fix toasts on beta (valve forgot how to count)

This commit is contained in:
AAGaming
2025-03-19 15:23:19 -04:00
parent ede8a18e9b
commit ce2f98aa04
+1 -1
View File
@@ -64,7 +64,7 @@ class Toaster extends Logger {
nNotificationID: window.NotificationStore.m_nNextTestNotificationID++,
bNewIndicator: toast.showNewIndicator,
rtCreated: Date.now(),
eType: toast.eType || 13,
eType: toast.eType || 31,
eSource: 1, // Client
nToastDurationMS: toast.duration || (toast.duration = 5e3),
data: toast,