hotfix for headless environments (again)

This commit is contained in:
ryannathans
2022-01-11 21:06:25 +11:00
parent a117451328
commit 8dbab51dfc
@@ -129,7 +129,7 @@ class MajorUpdateWorker {
worker.start()
}
if (ServerConstants.ALLOW_GUI)
ServerMonitor.open()
//if (ServerConstants.ALLOW_GUI)
// ServerMonitor.open()
}
}