]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Clearer description of notification_allow_chatboxprint
authorterencehill <piuntn@gmail.com>
Wed, 26 Nov 2014 18:22:42 +0000 (19:22 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 26 Nov 2014 18:22:42 +0000 (19:22 +0100)
qcsrc/common/notifications.qc

index 760da9da997c4b5c9c38503c59568c100d3f459d..56220d2685a7daf9ebf1fe7b33f3a902adb6e70c 100644 (file)
@@ -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(