From: Samual Lenks Date: Tue, 26 Feb 2013 05:58:58 +0000 (-0500) Subject: Phrasing is key my friends, phrasing... is key. X-Git-Tag: xonotic-v0.7.0~62^2~23^2~109 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=81dd21db7f36fff6601bcbb6f3455e0cef699c8f;p=xonotic%2Fxonotic-data.pk3dir.git Phrasing is key my friends, phrasing... is key. --- diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index c9b2cfe4f..f7a1884f5 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -1007,7 +1007,7 @@ string Process_Notif_Args(float arg_type, string args, string notiftype, string \ notif.nent_stringcount = strnum; \ notif.nent_floatcount = flnum; \ - if(strnum + flnum > 4) { print(sprintf("^1NOTIFICATION HAS TOO MANY ARGUMENTS WITH BROKEN VARARGS: ^7net_type = MSG_%s, net_name = %s\n", strtoupper(#type), #name)); } \ + if(strnum + flnum > 4) { print(sprintf("^1NOTIFICATION HAS TOO MANY ARGUMENTS FOR BROKEN VARARGS: ^7net_type = MSG_%s, net_name = %s\n", strtoupper(#type), #name)); } \ if(strnum + flnum) \ { \ if(args != "") { notif.nent_args = strzone(Process_Notif_Args(1, args, strtoupper(#type), #name)); } \