mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Update Command_entitywipe.java (#35)
This commit is contained in:
parent
8b425967a4
commit
04c6b9ba64
@ -14,7 +14,7 @@ public class Command_entitywipe extends FreedomCommand
|
||||
@Override
|
||||
public boolean run(CommandSender sender, Player playerSender, Command cmd, String commandLabel, String[] args, boolean senderIsConsole)
|
||||
{
|
||||
FUtil.adminAction(sender.getName(), "Removing all server entities.", true);
|
||||
FUtil.adminAction(sender.getName(), "Removing all server entities", true);
|
||||
msg((plugin.ew.wipeEntities(true)) + " entities removed.");
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user