mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix #1378
This commit is contained in:
parent
ad640532dc
commit
75be38925f
@ -168,7 +168,7 @@ public class WorldGuardFeature extends BukkitMaskManager implements Listener {
|
||||
};
|
||||
} else {
|
||||
if (myRegion instanceof ProtectedCuboidRegion) {
|
||||
result.add(new CuboidRegion(myRegion.getMaximumPoint(), myRegion.getMaximumPoint()));
|
||||
result.add(new CuboidRegion(myRegion.getMinimumPoint(), myRegion.getMaximumPoint()));
|
||||
} else {
|
||||
result.add(adapt(myRegion));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user