Skip to content

Commit

Permalink
Fixes issue 3315 with VirtualPlayers
Browse files Browse the repository at this point in the history
  • Loading branch information
Europia79 committed Jun 26, 2015
1 parent 025591e commit eb43018
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -155,9 +155,7 @@ public synchronized LocalSession get(SessionOwner owner) {
session.setBlockChangeLimit(config.defaultChangeLimit);

// 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
Expand Down

0 comments on commit eb43018

Please sign in to comment.