mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-01-31 10:22:36 +01:00
Merge branch 'dev' of https://git.krews.org/nitro/nitro-react into dev
This commit is contained in:
commit
6baa7207e1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user