mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-30 12:51:17 +08:00
Don't fail when enabling standard mode for an extent without a world.
This commit is contained in:
parent
6b918e671e
commit
68f2f73367
@ -301,7 +301,9 @@ boolean commitRequired() {
|
||||
* chunk batching}.
|
||||
*/
|
||||
public void enableStandardMode() {
|
||||
setBatchingChunks(true);
|
||||
if (chunkBatchingExtent != null) {
|
||||
setBatchingChunks(true);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user