Made weekly things like penguins reset on Monday

This commit is contained in:
ceikry 2021-07-27 08:24:05 -05:00
parent 838edacba5
commit b656da6d5d

View file

@ -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()
}