Fixed a critical bug with the Management Server (no more lockouts weeee)

This commit is contained in:
ceikry
2021-07-13 21:12:07 -05:00
parent eafc281439
commit 31479d811f
6 changed files with 68 additions and 6 deletions
@@ -45,8 +45,6 @@ public final class SystemTermination {
e.printStackTrace();
}
SystemLogger.logInfo("[SystemTerminator] Server successfully terminated!");
Runtime.getRuntime().removeShutdownHook(ServerConstants.SHUTDOWN_HOOK);
System.exit(0);
}
/**