mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
updated exception
This commit is contained in:
parent
84f4760349
commit
c9d2f46535
@ -67,7 +67,7 @@ public abstract class Server {
|
||||
try {
|
||||
this.workerGroup.shutdownGracefully(0, 0, TimeUnit.MILLISECONDS).sync();
|
||||
this.bossGroup.shutdownGracefully(0, 0, TimeUnit.MILLISECONDS).sync();
|
||||
} catch (Exception e) {
|
||||
} catch catch (InterruptedException e) {
|
||||
LOGGER.error("Exception during {} shutdown... HARD STOP", this.name, e);
|
||||
}
|
||||
LOGGER.info("GameServer Stopped!");
|
||||
|
Loading…
Reference in New Issue
Block a user