fix this agaaaaain
This commit is contained in:
parent
04c863c0eb
commit
d1e4306684
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user