mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 15:16:45 +01:00
Fix for IndexOutOfBounds issue (MCCORE-40)
This commit is contained in:
parent
d06ec5e452
commit
6f2f99dda0
@ -190,7 +190,7 @@ public class mcEntityListener implements Listener
|
||||
|
||||
//Remove mob from mob spawner list
|
||||
if(plugin.misc.mobSpawnerList.contains(x.getEntityId()))
|
||||
plugin.misc.mobSpawnerList.remove(x.getEntityId());
|
||||
plugin.misc.mobSpawnerList.remove((Object)x.getEntityId());
|
||||
|
||||
//Remove bleed track
|
||||
if(plugin.misc.bleedTracker.contains((LivingEntity)x))
|
||||
|
Loading…
Reference in New Issue
Block a user