Remove duplicate check. (derp)

This commit is contained in:
Wizjany 2013-03-29 18:22:44 -03:00 committed by wizjany
parent df5af6129c
commit 7094f70f4a

View File

@ -578,7 +578,6 @@ public void onEntityExplode(EntityExplodeEvent event) {
return;
}
if (wcfg.useRegions) {
if (wcfg.useRegions) {
RegionManager mgr = plugin.getGlobalRegionManager().get(world);
@ -590,7 +589,6 @@ public void onEntityExplode(EntityExplodeEvent event) {
}
}
}
}
} else if (ent instanceof EnderDragon) {
if (wcfg.blockEnderDragonBlockDamage) {
event.blockList().clear();