From 777e9b7f04da416bb9aa06360b104c2c104b4d57 Mon Sep 17 00:00:00 2001 From: ceikry Date: Fri, 31 Dec 2021 22:44:28 -0600 Subject: [PATCH] Hotfix for headless environments --- Server/src/main/kotlin/rs09/worker/WorldClock.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Server/src/main/kotlin/rs09/worker/WorldClock.kt b/Server/src/main/kotlin/rs09/worker/WorldClock.kt index ad94dcc09..eb647f800 100644 --- a/Server/src/main/kotlin/rs09/worker/WorldClock.kt +++ b/Server/src/main/kotlin/rs09/worker/WorldClock.kt @@ -77,8 +77,6 @@ class WorldClock { worker.start() } - if (ServerConstants.ALLOW_GUI) - ServerMonitor.open() } fun checkDay(): Int {