From: TimePath Date: Wed, 16 Sep 2015 00:12:15 +0000 (+1000) Subject: Fix chat issues when in developer mode X-Git-Tag: xonotic-v0.8.2~1928 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5f350b2bb1d0e5b6809c72ebd4f396a9f83b9dc4;p=xonotic%2Fxonotic-data.pk3dir.git Fix chat issues when in developer mode --- diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index 194cde883..17a3fce1c 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -985,7 +985,7 @@ void CSQC_Parse_Print(string strMessage) if(autocvar_developer_csqcentities) LOG_INFOF("CSQC_Parse_Print(\"%s\")\n", strMessage); - LOG_INFO(ColorTranslateRGB(strMessage)); + print(ColorTranslateRGB(strMessage)); } // CSQC_Parse_CenterPrint : Provides the centerprint_hud string in the first parameter that the server provided. diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index b040a5368..16521a849 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -1550,7 +1550,7 @@ void Local_Notification(int net_type, int net_name, ...count) case MSG_INFO: { - LOG_INFO( + print( Local_Notification_sprintf( notif.nent_string, notif.nent_args,