mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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 {
|
} else {
|
||||||
if (myRegion instanceof ProtectedCuboidRegion) {
|
if (myRegion instanceof ProtectedCuboidRegion) {
|
||||||
result.add(new CuboidRegion(myRegion.getMaximumPoint(), myRegion.getMaximumPoint()));
|
result.add(new CuboidRegion(myRegion.getMinimumPoint(), myRegion.getMaximumPoint()));
|
||||||
} else {
|
} else {
|
||||||
result.add(adapt(myRegion));
|
result.add(adapt(myRegion));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user