Skip to content

Commit 61745a9

Browse files
committed
use notification tokens
1 parent d8ae104 commit 61745a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScaleformUI_Csharp/Hud/Notifications/Notifications.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static ScaleformUINotification ShowNotification(string msg, bool blink =
7676
{
7777
AddTextEntry("ScaleformUINotification", msg);
7878
BeginTextCommandThefeedPost("ScaleformUINotification");
79-
return new ScaleformUINotification(EndTextCommandThefeedPostTicker(blink, showBriefing));
79+
return new ScaleformUINotification(EndTextCommandThefeedPostTickerWithTokens(blink, showBriefing));
8080
}
8181

8282
/// <summary>
@@ -92,7 +92,7 @@ public static ScaleformUINotification ShowNotification(string msg, NotificationC
9292
AddTextEntry("ScaleformUINotification", msg);
9393
BeginTextCommandThefeedPost("ScaleformUINotification");
9494
ThefeedNextPostBackgroundColor((int)color);
95-
return new ScaleformUINotification(EndTextCommandThefeedPostTicker(blink, showBriefing));
95+
return new ScaleformUINotification(EndTextCommandThefeedPostTickerWithTokens(blink, showBriefing));
9696
}
9797

9898
/// <summary>

0 commit comments

Comments
 (0)