mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Fix build :: This is what happens when you don't use an IDE
This commit is contained in:
parent
911224dc64
commit
c2d904ac7d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class Commandclearinventory extends EssentialsCommand
|
|||
{
|
||||
clearInventory(onlinePlayer, args[1]);
|
||||
}
|
||||
user.sendMessage(_("inventoryClearedAll"));
|
||||
sender.sendMessage(_("inventoryClearedAll"));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue