mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-24 02:04:36 +01:00
Fix battle pass red dot when logging in
This commit is contained in:
@@ -828,7 +828,7 @@ public class Player implements GameDatabaseObject {
|
||||
.setNew(this.getMailbox().hasNewMail());
|
||||
|
||||
state.getMutableBattlePass()
|
||||
.setState(1);
|
||||
.setState(this.getBattlePassManager().hasNew() ? 1 : 0);
|
||||
|
||||
state.getMutableAchievement()
|
||||
.setNew(this.getAchievementManager().hasNewAchievements());
|
||||
|
||||
Reference in New Issue
Block a user