geforkt von Mirrors/FastAsyncWorldEdit
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 {
|
} else {
|
||||||
|
allowedRegions = new Region[]{RegionWrapper.GLOBAL()};
|
||||||
// this.extent = new HeightBoundExtent(this.extent, this.limit, 0, world.getMaxY());
|
// this.extent = new HeightBoundExtent(this.extent, this.limit, 0, world.getMaxY());
|
||||||
}
|
}
|
||||||
if (limit != null && !limit.isUnlimited() && regionExtent != null) {
|
if (limit != null && !limit.isUnlimited() && regionExtent != null) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren