mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Updated comment to reflect code changes
This commit is contained in:
parent
eb43018ae2
commit
780b391987
@ -154,7 +154,8 @@ 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.
|
||||||
|
// And have the SessionTracker FLUSH inactive sessions.
|
||||||
sessions.put(getKey(owner), new SessionHolder(sessionKey, session));
|
sessions.put(getKey(owner), new SessionHolder(sessionKey, session));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user