mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 20:25:49 +01:00
Updated API (markdown)
parent
f89fee8f1f
commit
56b5ac9fcb
1
API.md
1
API.md
@ -142,4 +142,5 @@ Where `editSession` is what you are undoing.
|
||||
```Java
|
||||
EditSession newEditSession = WorldEdit.getInstance().getEditSessionFactory().getEditSession(editSession.getWorld(), -1, null, null);
|
||||
editSession.undo(newEditSession);
|
||||
editSession.flushQueue();
|
||||
```
|
Loading…
Reference in New Issue
Block a user