Scheduled server restart improvements.

This commit is contained in:
MobiusDev
2016-04-30 08:37:44 +00:00
parent e43016c459
commit e229e4240b
5 changed files with 27 additions and 29 deletions

View File

@@ -459,7 +459,7 @@ public final class GameServer
System.exit(1);
}
if (Config.SERVER_RESTART_SCHEDULE)
if (Config.SERVER_RESTART_SCHEDULE_ENABLED)
{
ServerRestartManager.getInstance();
}