geforkt von Mirrors/FastAsyncWorldEdit
Merge pull request #330 from Europia79/vpcmdfix
Fixes issue 3315 with VirtualPlayers
Dieser Commit ist enthalten in:
Commit
8e18ecb645
@ -156,10 +156,9 @@ public class SessionManager {
|
|||||||
session.setConfiguration(config);
|
session.setConfiguration(config);
|
||||||
session.setBlockChangeLimit(config.defaultChangeLimit);
|
session.setBlockChangeLimit(config.defaultChangeLimit);
|
||||||
|
|
||||||
// Remember the session if the session is still active
|
// Remember the session regardless of if it's currently active or not.
|
||||||
if (sessionKey.isActive()) {
|
// And have the SessionTracker FLUSH inactive sessions.
|
||||||
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
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren