mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-28 05:25:20 +01:00
hopefully final fix for tnt block
This commit is contained in:
parent
65c0d77d3e
commit
f338650b24
@ -293,7 +293,7 @@ public void onEntityExplode(EntityExplodeEvent event) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (wcfg.useRegions && event.getEntity() != null) {
|
||||
if (wcfg.useRegions) {
|
||||
Vector pt = toVector(l);
|
||||
RegionManager mgr = plugin.getGlobalRegionManager().getRegionManager(wcfg.getWorldName());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user