mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Made weekly things like penguins reset on Monday
This commit is contained in:
parent
838edacba5
commit
b656da6d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue