X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fnotifications.qc;h=7944e3370747d402747faab910785b0029ec18e6;hp=2a92e2fc9b955aa1857618ed18a637ce47a595ec;hb=aed18fc7122c11ff2977ee7f822fd65fa467ed31;hpb=5712f7582db55c313026500e82837e46d093c3c2 diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 2a92e2fc9b..7944e33707 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -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 "