mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-26 13:54:27 +00:00
fix!!
This commit is contained in:
@ -38,8 +38,8 @@ public class MobPurgeCMD extends PlexCommand
|
||||
Location loc = entity.getLocation();
|
||||
loc.setY(-500);
|
||||
entity.teleportAsync(loc);
|
||||
entity.remove();
|
||||
*/
|
||||
entity.remove();
|
||||
|
||||
entityCounts.put(type,entityCounts.getOrDefault(type, 0) + 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user