Put ALL treasures in the menu so support can award chests even if they don't have any
This commit is contained in:
parent
e5e9ee9e46
commit
3fd8a5bb35
@ -90,7 +90,6 @@ public class SupportChestPage extends SupportPage
|
|||||||
private LinkedList<TreasureType> getTypesList()
|
private LinkedList<TreasureType> getTypesList()
|
||||||
{
|
{
|
||||||
return Arrays.stream(TreasureType.values())
|
return Arrays.stream(TreasureType.values())
|
||||||
.filter(treasureType -> _treasurePurchasedShards.containsKey(treasureType) || _treasurePurchasedShop.containsKey(treasureType))
|
|
||||||
.collect(Collectors.toCollection(LinkedList::new));
|
.collect(Collectors.toCollection(LinkedList::new));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user