mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 21:56:33 +01:00
Flush EditSession on CuboidClipboard paste
- Note that using CuboidClipboard is deprecated, and flushQueue should heve been called anyway
This commit is contained in:
parent
85133067dd
commit
4cafeb68ca
@ -693,6 +693,7 @@ public class CuboidClipboard {
|
||||
}
|
||||
}
|
||||
}
|
||||
editSession.flushQueue();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user