Fix battle pass red dot when logging in

This commit is contained in:
Melledy
2025-12-05 20:32:06 -08:00
parent 5182e94db7
commit 0b7f1ae3a2
3 changed files with 31 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ public class BattlePassManager extends PlayerManager {
public BattlePassManager(Player player) {
super(player);
}
public boolean hasNew() {
return this.getBattlePass().hasNew();
}
// Database