From caab7452cc0048a0bf5926d04fab3fbe6f8c032e Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Wed, 27 Feb 2013 13:16:19 -0500 Subject: [PATCH] Disable that for now for testing purposes --- qcsrc/common/notifications.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index e6eb8b0778..9dd1c85664 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -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; -- 2.39.2