mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +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);
|
||||
response.enabled = false;
|
||||
sendResult(response);
|
||||
return;
|
||||
}
|
||||
SecureProtectHandler secureProtectHandler = (SecureProtectHandler) server.config.protectHandler;
|
||||
if(!secureProtectHandler.allowGetSecureLevelInfo(client))
|
||||
|
|
Loading…
Reference in a new issue