Fix unseen item count with badges in catalogue

This commit is contained in:
Alejandro 2019-05-18 11:11:18 +03:00
parent cdde820ac5
commit a413bfb0c6

View File

@ -1287,7 +1287,7 @@ public class CatalogManager
} }
} }
if (!purchasedEvent.badges.isEmpty() && !unseenItems.containsKey(AddHabboItemComposer.AddHabboItemCategory.BOT)) { if (!purchasedEvent.badges.isEmpty() && !unseenItems.containsKey(AddHabboItemComposer.AddHabboItemCategory.BADGE)) {
unseenItems.put(AddHabboItemComposer.AddHabboItemCategory.BADGE, new ArrayList<>()); unseenItems.put(AddHabboItemComposer.AddHabboItemCategory.BADGE, new ArrayList<>());
} }