diff --git a/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt b/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt index 6552aa6ac..b9042a7f9 100644 --- a/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt +++ b/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt @@ -98,7 +98,7 @@ class MajorUpdateWorker { Thread.sleep(max(600 - (end - start), 0)) } } - fun start() = { + fun start() { if(!started){ worker.start() }