fix this agaaaaain

This commit is contained in:
fooify 2015-07-01 16:38:10 -07:00
parent 04c863c0eb
commit d1e4306684

View File

@ -152,7 +152,7 @@ public class PerkCreeperExplode extends SmashPerk
while (iter.hasNext()) {
Block b = iter.next();
if(b.getType() == Material.STATIONARY_LAVA || b.getType() == Material.LAVA || b.getType() == Material.BEDROCK) blocks.remove(b);
if(b.getType() == Material.STATIONARY_LAVA || b.getType() == Material.LAVA || b.getType() == Material.BEDROCK) iter.remove();;
}
Manager.GetExplosion().BlockExplosion(blocks, player.getLocation(), false);