mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 09:37:37 +00:00
fix!!
This commit is contained in:
parent
b22a36948a
commit
96de4cdb1d
@ -38,8 +38,8 @@ public class MobPurgeCMD extends PlexCommand
|
|||||||
Location loc = entity.getLocation();
|
Location loc = entity.getLocation();
|
||||||
loc.setY(-500);
|
loc.setY(-500);
|
||||||
entity.teleportAsync(loc);
|
entity.teleportAsync(loc);
|
||||||
entity.remove();
|
|
||||||
*/
|
*/
|
||||||
|
entity.remove();
|
||||||
|
|
||||||
entityCounts.put(type,entityCounts.getOrDefault(type, 0) + 1);
|
entityCounts.put(type,entityCounts.getOrDefault(type, 0) + 1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user