]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/spawnfunc.qh
Fix transposed sprintf arguments
[xonotic/xonotic-data.pk3dir.git] / 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; \
     } \