[FIX] DaoProvider не регистрировался

This commit is contained in:
Gravit 2019-07-04 14:41:30 +07:00
parent 3bddccc2c1
commit 623a8f189c
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -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