Launcher/LaunchServer/src/main/java/pro/gravit/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
..
asm [REFACTOR] Mini refactoring 2021-04-06 17:39:14 +07:00
auth [FIX] Small UI improvements 2021-10-15 21:35:47 +07:00
binary [REFACTOR] Remove deprecated methods 2021-09-22 13:06:45 +07:00
command [FIX] Small UI improvements 2021-10-15 21:35:47 +07:00
components [REFACTOR] Remove deprecated methods 2021-09-22 13:06:45 +07:00
config [REFACTOR] Remove deprecated methods 2021-09-22 13:06:45 +07:00
helper [FIX] Ping Server 2021-10-12 17:34:44 +07:00
launchermodules [REFACTOR] Idea Reformat Code 2021-05-25 16:17:29 +07:00
manangers [FIX] needMoreFactors 2021-10-13 21:28:43 +07:00
modules [REFACTOR] Remove deprecated methods 2021-09-22 13:06:45 +07:00
socket [FIX] Fixed user is unable to play after logout 2021-10-16 14:32:57 +03:00
LaunchServer.java [FEATURE] Permissions 2021-10-12 16:55:32 +07:00
LaunchServerBuilder.java [REFACTOR] Idea Reformat Code 2021-05-25 16:17:29 +07:00
LaunchServerStarter.java [FIX] Deprecation warning 2021-10-15 21:29:26 +07:00
Reconfigurable.java [FEATURE] ProGuard Component 2021-03-27 17:22:46 +07:00
StarterAgent.java [FIX] IDEA Inspect and bug fixes 2020-09-25 22:44:39 +07:00