mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-15 07:28:34 +00:00
Enabled queue on EditSessions given to scripts.
This commit is contained in:
@ -63,6 +63,7 @@ public class CraftScriptContext extends CraftScriptEnvironment {
|
||||
EditSession editSession =
|
||||
new EditSession(server, player.getWorld(),
|
||||
session.getBlockChangeLimit(), session.getBlockBag(player));
|
||||
editSession.enableQueue();
|
||||
editSessions.add(editSession);
|
||||
return editSession;
|
||||
}
|
||||
|
Reference in New Issue
Block a user