mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 08:39:49 +01:00
Removed debug messages.
This commit is contained in:
parent
ff258e0cbf
commit
b199568ec3
@ -191,9 +191,7 @@ public class mcEntityListener implements Listener
|
|||||||
//Remove mob from mob spawner list
|
//Remove mob from mob spawner list
|
||||||
if(plugin.misc.mobSpawnerList.contains(x.getEntityId()))
|
if(plugin.misc.mobSpawnerList.contains(x.getEntityId()))
|
||||||
{
|
{
|
||||||
System.out.println("DEBUG SIZE BEFORE: "+plugin.misc.mobSpawnerList.size());
|
|
||||||
plugin.misc.mobSpawnerList.remove((Object)x.getEntityId());
|
plugin.misc.mobSpawnerList.remove((Object)x.getEntityId());
|
||||||
System.out.println("DEBUG SIZE AFTER: "+plugin.misc.mobSpawnerList.size());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Remove bleed track
|
//Remove bleed track
|
||||||
|
Loading…
Reference in New Issue
Block a user