mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +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();
|
ProtectHandler.registerHandlers();
|
||||||
WebSocketService.registerResponses();
|
WebSocketService.registerResponses();
|
||||||
HWIDProvider.registerHWIDs();
|
HWIDProvider.registerHWIDs();
|
||||||
|
DaoProvider.registerProviders();
|
||||||
//LaunchServer.server = this;
|
//LaunchServer.server = this;
|
||||||
|
|
||||||
// Set command handler
|
// Set command handler
|
||||||
|
|
Loading…
Reference in a new issue