mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-03-31 21:44:04 +03:00
[FIX] ClassCastException
This commit is contained in:
parent
00478527e5
commit
69bd5f3c66
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ public void execute(ChannelHandlerContext ctx, Client client) throws Exception {
|
||||||
GetSecureLevelInfoRequestEvent response = new GetSecureLevelInfoRequestEvent(null);
|
GetSecureLevelInfoRequestEvent response = new GetSecureLevelInfoRequestEvent(null);
|
||||||
response.enabled = false;
|
response.enabled = false;
|
||||||
sendResult(response);
|
sendResult(response);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
SecureProtectHandler secureProtectHandler = (SecureProtectHandler) server.config.protectHandler;
|
SecureProtectHandler secureProtectHandler = (SecureProtectHandler) server.config.protectHandler;
|
||||||
if(!secureProtectHandler.allowGetSecureLevelInfo(client))
|
if(!secureProtectHandler.allowGetSecureLevelInfo(client))
|
||||||
|
|
Loading…
Reference in a new issue