diff --git a/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt b/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt index 84e8482a2..103424533 100644 --- a/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt +++ b/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt @@ -129,7 +129,7 @@ class MajorUpdateWorker { worker.start() } - if (ServerConstants.ALLOW_GUI) - ServerMonitor.open() + //if (ServerConstants.ALLOW_GUI) + // ServerMonitor.open() } } \ No newline at end of file