Merge pull request #201 from eric-wieser/patch-1

Did `wcfg.useRegions` really need to be checked twice?
This commit is contained in:
zml2008 2012-09-16 12:31:17 -07:00
commit 6df9c3660b

View File

@ -517,7 +517,6 @@ public void onEntityExplode(EntityExplodeEvent event) {
return;
}
if (wcfg.useRegions) {
if (wcfg.useRegions) {
RegionManager mgr = plugin.getGlobalRegionManager().get(world);
@ -528,7 +527,6 @@ public void onEntityExplode(EntityExplodeEvent event) {
}
}
}
}
} else if (ent instanceof TNTPrimed) {
if (wcfg.blockTNTBlockDamage) {
event.blockList().clear();