Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-25 02:20:07 +01:00
Fix for OPs when "not in a region"
Dieser Commit ist enthalten in:
Ursprung
831c6f6854
Commit
0b727d9760
@ -393,6 +393,7 @@ public class EditSessionBuilder {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
allowedRegions = new Region[]{RegionWrapper.GLOBAL()};
|
||||
// this.extent = new HeightBoundExtent(this.extent, this.limit, 0, world.getMaxY());
|
||||
}
|
||||
if (limit != null && !limit.isUnlimited() && regionExtent != null) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren