mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Final!
This commit is contained in:
parent
64ee6b7914
commit
c9efe14ad3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue