3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-10-07 06:10:06 +02:00

Fixes issue 3315 with VirtualPlayers

http://youtrack.sk89q.com/issue/WORLDEDIT-3315
Dieser Commit ist enthalten in:
Europia79 2015-06-25 22:38:00 -05:00
Ursprung 025591e6d9
Commit eb43018ae2

Datei anzeigen

@ -155,10 +155,8 @@ public class SessionManager {
session.setBlockChangeLimit(config.defaultChangeLimit); session.setBlockChangeLimit(config.defaultChangeLimit);
// Remember the session if the session is still active // Remember the session if the session is still active
if (sessionKey.isActive()) {
sessions.put(getKey(owner), new SessionHolder(sessionKey, session)); sessions.put(getKey(owner), new SessionHolder(sessionKey, session));
} }
}
// Set the limit on the number of blocks that an operation can // Set the limit on the number of blocks that an operation can
// change at once, or don't if the owner has an override or there // change at once, or don't if the owner has an override or there