mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] DaoProvider не регистрировался
This commit is contained in:
parent
3bddccc2c1
commit
623a8f189c
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@ public LaunchServer(Path dir, boolean testEnv, String[] args) throws IOException
|
|||
ProtectHandler.registerHandlers();
|
||||
WebSocketService.registerResponses();
|
||||
HWIDProvider.registerHWIDs();
|
||||
DaoProvider.registerProviders();
|
||||
//LaunchServer.server = this;
|
||||
|
||||
// Set command handler
|
||||
|
|
Loading…
Reference in a new issue