mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-25 21:34:28 +00:00
Update EntityWipeCMD.java
This commit is contained in:
@ -99,7 +99,7 @@ public class EntityWipeCMD extends PlexCommand
|
||||
{
|
||||
if (entity.getType() != EntityType.PLAYER)
|
||||
{
|
||||
entities.add(entity.getName());
|
||||
entities.add(entity.getType().name());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user