mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-17 21:11:26 +01:00
Change no region message
This commit is contained in:
parent
681eac9f33
commit
afddbb9af9
@ -275,7 +275,7 @@ public class EditSession implements Extent {
|
|||||||
}
|
}
|
||||||
if (allowedRegions != null) {
|
if (allowedRegions != null) {
|
||||||
if (allowedRegions.length == 0) {
|
if (allowedRegions.length == 0) {
|
||||||
this.extent = new NullExtent(this.extent, BBC.NO_REGION);
|
this.extent = new NullExtent(this.extent, BBC.WORLDEDIT_CANCEL_REASON_NO_REGION);
|
||||||
} else {
|
} else {
|
||||||
this.extent = new ProcessedWEExtent(this.extent, allowedRegions, limit);
|
this.extent = new ProcessedWEExtent(this.extent, allowedRegions, limit);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user