]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/all.qh
Impulses: register priority lists
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qh
index 7e4d390ba698ef4be96ed7ff6c53c954f94a83ed..962406f9bb5df05ef07a9b73efffd91b14997d70 100644 (file)
@@ -159,7 +159,7 @@ STATIC_INIT(register_weapons_done)
         if (imp <= WEP_IMPULSE_END)
             localcmd(sprintf("alias weapon_%s \"impulse %d\"\n", it.netname, imp));
         else
-            LOG_TRACEF(_("Impulse limit exceeded, weapon will not be directly accessible: %s\n"), it.netname);
+            LOG_TRACEF("Impulse limit exceeded, weapon will not be directly accessible: %s\n", it.netname);
     ));
     #ifdef CSQC
     FOREACH(Weapons, true, LAMBDA(it.wr_init(it)));