mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-02 23:43:50 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wcfg.useRegions && event.getEntity() != null) {
|
if (wcfg.useRegions) {
|
||||||
Vector pt = toVector(l);
|
Vector pt = toVector(l);
|
||||||
RegionManager mgr = plugin.getGlobalRegionManager().getRegionManager(wcfg.getWorldName());
|
RegionManager mgr = plugin.getGlobalRegionManager().getRegionManager(wcfg.getWorldName());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user