]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Speaking of defaults...
authorSamual Lenks <samual@xonotic.org>
Wed, 27 Feb 2013 18:58:56 +0000 (13:58 -0500)
committerSamual Lenks <samual@xonotic.org>
Wed, 27 Feb 2013 18:58:56 +0000 (13:58 -0500)
qcsrc/common/notifications.qh
qcsrc/server/mutators/gamemode_ctf.qh

index 9dd1c85664e6bb761680163964a19d6ef339876c..39c92dfa74d1bfb816f1925b29098577fd416998 100644 (file)
@@ -574,7 +574,7 @@ var float autocvar_notification_lifetime_mapload = 10;
 void Notification_GetCvars(void);
 #else
 var float autocvar_notification_item_centerprinttime = 1.5;
-var float autocvar_notification_allow_chatboxprint = 0; // 0 = no, 1 = yes, 2 = forced on for all MSG_INFO notifs // todo set back to 1 after testing
+var float autocvar_notification_allow_chatboxprint = 1; // 0 = no, 1 = yes, 2 = forced on for all MSG_INFO notifs // todo set back to 1 after testing
 var float autocvar_notification_show_sprees_center = TRUE;
 var float autocvar_notification_show_sprees_center_specialonly = TRUE;
 var float autocvar_notification_frag_verbose = TRUE;
index 4a9164a22ba0fc261ddf05dc9e86af1add87612b..882b1064b49de78ce2d1c7dfcda641b4601839c5 100644 (file)
@@ -137,7 +137,7 @@ void havocbot_role_ctf_setrole(entity bot, float role);
 .float PICKUP_TEAM_VERBOSE;
 .float PICKUP_ENEMY_VERBOSE;
 #else
-var float autocvar_notification_ctf_pickup_team_verbose = TRUE;
-var float autocvar_notification_ctf_pickup_enemy_verbose = TRUE;
+var float autocvar_notification_ctf_pickup_team_verbose = FALSE;
+var float autocvar_notification_ctf_pickup_enemy_verbose = FALSE;
 #endif
-var float autocvar_notification_ctf_capture_verbose = TRUE;
+var float autocvar_notification_ctf_capture_verbose = FALSE;