mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-22 06:12:56 +02:00
Final!
This commit is contained in:
@@ -190,7 +190,7 @@ public class Commandessentials extends EssentialsCommand
|
|||||||
{
|
{
|
||||||
" (__)", " (oo)", " /------\\/", " / | | |", " * /\\---/\\", " ~~ ~~", "....\"Have you mooed today?\"..."
|
" (__)", " (oo)", " /------\\/", " / | | |", " * /\\---/\\", " ~~ ~~", "....\"Have you mooed today?\"..."
|
||||||
});
|
});
|
||||||
Player player = (Player)sender;
|
final Player player = (Player)sender;
|
||||||
player.playSound(player.getLocation(), Sound.COW_IDLE, 1, 1.0f);
|
player.playSound(player.getLocation(), Sound.COW_IDLE, 1, 1.0f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user