Fix Power Play title track's goal
This commit is contained in:
parent
777574a8ff
commit
2ab9bc2c88
@ -17,7 +17,7 @@ public class PowerPlayTrack extends Track
|
|||||||
.addTier(new TrackTier(
|
.addTier(new TrackTier(
|
||||||
"Power Play Club",
|
"Power Play Club",
|
||||||
null,
|
null,
|
||||||
player -> _powerPlayClubRepository.getCachedData(player).getUnclaimedMonths().isEmpty() ? 0L : 1L,
|
player -> _powerPlayClubRepository.getCachedData(player).isSubscribed() ? 1L : 0L,
|
||||||
1,
|
1,
|
||||||
new TrackFormat(ChatColor.AQUA, ChatColor.AQUA)
|
new TrackFormat(ChatColor.AQUA, ChatColor.AQUA)
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user