diff --git a/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt b/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt index 05a2eea46..79cf109fb 100644 --- a/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt +++ b/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt @@ -25,7 +25,7 @@ import kotlin.collections.ArrayList class MajorUpdateWorker { var started = false val sequence = UpdateSequence() - val sdf = SimpleDateFormat("HH") + val sdf = SimpleDateFormat("HHmm") fun start() = GlobalScope.launch { started = true while(true){