This commit is contained in:
Bill 2022-03-16 05:00:55 -04:00
commit 6baa7207e1

View File

@ -99,7 +99,7 @@ export class NotificationUtilities
{ {
if(numGifts <= 0) return; if(numGifts <= 0) return;
this.showSingleBubble(numGifts.toString(), NotificationBubbleType.CLUBGIFT, null, ('catalog/open/' + CatalogPageName.CLUB_GIFTS)); this.showSingleBubble(numGifts.toString(), NotificationBubbleType.CLUBGIFT, null, ('catalog/open/' + GetConfiguration('hc.center')['catalog.gifts']));
} }
public static handleMOTD(messages: string[]): void public static handleMOTD(messages: string[]): void