]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix transposed sprintf arguments
authorTimePath <andrew.hardaker1995@gmail.com>
Thu, 24 Sep 2015 08:00:09 +0000 (18:00 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Thu, 24 Sep 2015 08:00:09 +0000 (18:00 +1000)
qcsrc/lib/spawnfunc.qh

index e443552ec1800499e9acdc35a2788601bb5a2e7b..c474104d6eadf6c509634885d24559c60a814d11 100644 (file)
@@ -32,7 +32,7 @@ bool entityfieldassignablefromeditor(int i) {
             if (fieldname == "") continue; \
             FIELDS_COMMON(_spawnfunc_check) \
             whitelist(_spawnfunc_check) \
-            LOG_WARNINGF(_("Entity field %s.%s (%s) is not whitelisted. If you believe this is an error, please file an issue.\n"), fieldname, #id, value); \
+            LOG_WARNINGF(_("Entity field %s.%s (%s) is not whitelisted. If you believe this is an error, please file an issue.\n"), #id, fieldname, value); \
         } \
         this.spawnfunc_checked = true; \
     } \