From c9efe14ad354e97df65b7b04b83528baef1be6b4 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Wed, 20 Feb 2013 12:46:47 +1100 Subject: [PATCH] Final! --- .../src/com/earth2me/essentials/commands/Commandessentials.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandessentials.java b/Essentials/src/com/earth2me/essentials/commands/Commandessentials.java index 40ba93a0d..00153c61e 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandessentials.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandessentials.java @@ -190,7 +190,7 @@ public class Commandessentials extends EssentialsCommand { " (__)", " (oo)", " /------\\/", " / | | |", " * /\\---/\\", " ~~ ~~", "....\"Have you mooed today?\"..." }); - Player player = (Player)sender; + final Player player = (Player)sender; player.playSound(player.getLocation(), Sound.COW_IDLE, 1, 1.0f); } }