Merge branch 'management-fix' into 'master'

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

See merge request 2009scape/2009scape!163
This commit is contained in:
Ceikry
2021-07-14 02:16:12 +00:00
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);
}
/**