From: terencehill Date: Wed, 26 Nov 2014 18:22:42 +0000 (+0100) Subject: Clearer description of notification_allow_chatboxprint X-Git-Tag: xonotic-v0.8.0~132^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=aabb624da0dcc1990f4de12868d19eec83efbfd4;p=xonotic%2Fxonotic-data.pk3dir.git Clearer description of notification_allow_chatboxprint --- 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(