Launcher/LaunchServer
BartolomeoDR af2155c4bf
[FIX] Fixed user is unable to play after logout
Right now refCount value is set to 1, and inside handler.setClient its being incremented to 2. Because of that refCount check never goes to 0, and so current session is never stored ( as only single handler has this client, and not two ).
2021-10-16 14:32:57 +03:00
..
src [FIX] Fixed user is unable to play after logout 2021-10-16 14:32:57 +03:00
build.gradle [REFACTOR] Upgrade to Java 17 2021-09-22 12:19:18 +07:00