1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-21 22:06:22 +02:00
This commit is contained in:
Chris Ward
2013-02-20 12:46:47 +11:00
parent 64ee6b7914
commit c9efe14ad3

View File

@@ -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);
} }
} }