mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-04-09 21:56:23 +02:00
Fix setExtent
This commit is contained in:
parent
049aff4d74
commit
d1231fb56d
@ -440,6 +440,7 @@ public class EditSession extends AbstractDelegateExtent implements HasFaweQueue,
|
||||
|
||||
public void setExtent(AbstractDelegateExtent extent) {
|
||||
this.extent = extent;
|
||||
new ExtentTraverser(this).setNext(extent);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user