]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove old cvars from Dump_Notifications
authorSamual Lenks <samual@xonotic.org>
Fri, 23 Aug 2013 23:43:54 +0000 (19:43 -0400)
committerSamual Lenks <samual@xonotic.org>
Fri, 23 Aug 2013 23:43:54 +0000 (19:43 -0400)
qcsrc/common/notifications.qc

index 2a92e2fc9b955aa1857618ed18a637ce47a595ec..7944e3370747d402747faab910785b0029ec18e6 100644 (file)
@@ -1026,21 +1026,6 @@ void Dump_Notifications(float fh, float alsoprint)
                "(You can also set this cvar to 2 to force ALL notifications to be printed to the chatbox)"
        );
        
-       NOTIF_WRITE_HARDCODED(
-               "ctf_capture_verbose", "0",
-               "Show extra information when someone captures a flag"
-       );
-       
-       NOTIF_WRITE_HARDCODED(
-               "ctf_pickup_enemy_verbose", "0",
-               "Show extra information if an enemy picks up a flag"
-       );
-       
-       NOTIF_WRITE_HARDCODED(
-               "ctf_pickup_team_verbose", "0",
-               "Show extra information if a team mate picks up a flag"
-       );
-       
        NOTIF_WRITE_HARDCODED(
                "debug", "0",
                "Print extra debug information on all notification function calls "