]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Phrasing is key my friends, phrasing... is key.
authorSamual Lenks <samual@xonotic.org>
Tue, 26 Feb 2013 05:58:58 +0000 (00:58 -0500)
committerSamual Lenks <samual@xonotic.org>
Tue, 26 Feb 2013 05:58:58 +0000 (00:58 -0500)
qcsrc/common/notifications.qh

index c9b2cfe4f6ec7084f3aa7f351f2dc3271e15575f..f7a1884f55470dccfad9e806f7b2dc5fdc1573a3 100644 (file)
@@ -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)); } \