|
@@ -190,7 +190,11 @@ public class mcEntityListener implements Listener
|
|
|
|
|
|
//Remove mob from mob spawner list
|
|
|
if(plugin.misc.mobSpawnerList.contains(x.getEntityId()))
|
|
|
+ {
|
|
|
+ System.out.println("DEBUG SIZE BEFORE: "+plugin.misc.mobSpawnerList.size());
|
|
|
plugin.misc.mobSpawnerList.remove((Object)x.getEntityId());
|
|
|
+ System.out.println("DEBUG SIZE AFTER: "+plugin.misc.mobSpawnerList.size());
|
|
|
+ }
|
|
|
|
|
|
//Remove bleed track
|
|
|
if(plugin.misc.bleedTracker.contains((LivingEntity)x))
|