Fix build :: This is what happens when you don't use an IDE

This commit is contained in:
Iaccidentally 2013-02-12 17:42:04 -05:00
parent 911224dc64
commit c2d904ac7d

View File

@ -74,7 +74,7 @@ public class Commandclearinventory extends EssentialsCommand
{ {
clearInventory(onlinePlayer, args[1]); clearInventory(onlinePlayer, args[1]);
} }
user.sendMessage(_("inventoryClearedAll")); sender.sendMessage(_("inventoryClearedAll"));
} }
else else
{ {