diff --git a/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt b/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt index 498c29d88..bedfce79a 100644 --- a/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt +++ b/Server/src/main/kotlin/rs09/worker/MajorUpdateWorker.kt @@ -71,7 +71,7 @@ class MajorUpdateWorker { //Handle daily restart if enabled if(sdf.format(Date()).toInt() == 0){ - if(GameWorld.checkDay() == 7) {//sunday + if(GameWorld.checkDay() == 1) {//monday ServerStore.clearWeeklyEntries() }