From 8dbab51dfc327c21d2d397000f9e3cd34fac2049 Mon Sep 17 00:00:00 2001 From: ryannathans Date: Tue, 11 Jan 2022 21:06:25 +1100 Subject: [PATCH] hotfix for headless environments (again) --- Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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