]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable that for now for testing purposes
authorSamual Lenks <samual@xonotic.org>
Wed, 27 Feb 2013 18:16:19 +0000 (13:16 -0500)
committerSamual Lenks <samual@xonotic.org>
Wed, 27 Feb 2013 18:16:19 +0000 (13:16 -0500)
qcsrc/common/notifications.qh

index e6eb8b07783dab2beaeedcb26f17fc1eb4c4d0b6..9dd1c85664e6bb761680163964a19d6ef339876c 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 = 1; // 0 = no, 1 = yes, 2 = forced on for all MSG_INFO notifs
+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_show_sprees_center = TRUE;
 var float autocvar_notification_show_sprees_center_specialonly = TRUE;
 var float autocvar_notification_frag_verbose = TRUE;