From aabb624da0dcc1990f4de12868d19eec83efbfd4 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 26 Nov 2014 19:22:42 +0100 Subject: [PATCH] Clearer description of notification_allow_chatboxprint --- qcsrc/common/notifications.qc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 760da9da9..56220d268 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -1062,8 +1062,10 @@ void Dump_Notifications(float fh, float alsoprint) NOTIF_WRITE_HARDCODED( "allow_chatboxprint", "1", - "Allow notifications to be printed to chat box by setting notification cvar to 2 " - "(You can also set this cvar to 2 to force ALL notifications to be printed to the chatbox)" + "Allow INFO notifications to be printed to chat box" + "0 = do not allow, " + "1 = allow only if allowed by individual notification_INFO* cvars, " + "2 = force all INFO notifications to be printed to the chatbox" ); NOTIF_WRITE_HARDCODED( -- 2.39.2