mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Фикс ошибки компиляции
This commit is contained in:
parent
07dd7bcfc8
commit
c11f1660ca
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public AuthProviderResult auth(String login, String password, String ip) throws
|
|||
if(user == null && autoReg)
|
||||
{
|
||||
AuthHookManager.RegContext context = new AuthHookManager.RegContext(login, password, ip, false);
|
||||
if(AuthHookManager.registraion.hook(context))
|
||||
if(srv.authHookManager.registraion.hook(context))
|
||||
{
|
||||
user = srv.config.dao.userService.registerNewUser(login, password);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue