Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Fix #1378
Dieser Commit ist enthalten in:
Ursprung
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));
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren