[FIX] Исправление ошибок компиляции

This commit is contained in:
Gravit 2019-07-01 17:01:05 +07:00
parent d737b8f41d
commit 6db16ac0f3
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -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());
}
} }
} }