This commit is contained in:
ayunami2000 2022-04-06 22:46:21 -04:00
parent b22a36948a
commit 96de4cdb1d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}