forked from 2009Scape/Server
Made weekly things like penguins reset on Monday
This commit is contained in:
parent
67912bc762
commit
ea3db91c34
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