mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Исправление ошибок компиляции
This commit is contained in:
parent
d737b8f41d
commit
6db16ac0f3
1 changed files with 0 additions and 3 deletions
|
@ -34,8 +34,5 @@ public void invoke(String... args) throws Exception {
|
||||||
if (args[0].equals("stop")) {
|
if (args[0].equals("stop")) {
|
||||||
handler.close();
|
handler.close();
|
||||||
}
|
}
|
||||||
if (args[0].equals("eventAll")) {
|
|
||||||
handler.nettyServer.frameHandler.service.sendObjectAll(new PingEvent());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue