Merge pull request #430 from sk89q/feature/chunk-batching-mode

Chunk Batching
This commit is contained in:
Matthew Miller
2018-10-15 13:50:10 +10:00
committed by GitHub
15 changed files with 370 additions and 274 deletions

View File

@ -72,7 +72,7 @@ public class SelectionCommand extends SimpleCommand<Operation> {
Region selection = session.getSelection(player.getWorld());
EditSession editSession = session.createEditSession(player);
editSession.enableQueue();
editSession.enableStandardMode();
locals.put(EditSession.class, editSession);
session.tellVersion(player);