mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-19 15:54:53 +01:00
Fix battle pass red dot when logging in
This commit is contained in:
@@ -12,6 +12,10 @@ public class BattlePassManager extends PlayerManager {
|
||||
public BattlePassManager(Player player) {
|
||||
super(player);
|
||||
}
|
||||
|
||||
public boolean hasNew() {
|
||||
return this.getBattlePass().hasNew();
|
||||
}
|
||||
|
||||
// Database
|
||||
|
||||
|
||||
Reference in New Issue
Block a user