mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-13 18:14:38 +02:00
Fix build :: This is what happens when you don't use an IDE
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user