1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-24 23:25:46 +02:00

Merge branch '2.9' of github.com:essentials/Essentials into patch-41

This commit is contained in:
KHobbits
2013-02-12 22:46:35 +00:00

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
{ {