mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-12 20:34:36 +01:00
Fix battle pass weekly exp not resetting
This commit is contained in:
@@ -159,6 +159,11 @@ public class BattlePass implements GameDatabaseObject {
|
|||||||
this.syncQuest(quest);
|
this.syncQuest(quest);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Reset weekly limit for exp
|
||||||
|
if (resetWeekly) {
|
||||||
|
this.expWeek = 0;
|
||||||
|
}
|
||||||
|
|
||||||
// Persist to database
|
// Persist to database
|
||||||
this.save();
|
this.save();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user