Fix for OPs when "not in a region"

This commit is contained in:
dordsor21 2021-01-10 18:51:07 +00:00
parent 831c6f6854
commit 0b727d9760
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -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) {