]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/spawning.qc
Merge branch 'master' into TimePath/universal_weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / spawning.qc
index 81261383f5f061b3aeeb001fb4e2e0c1bd7a2179..4fb84744c9a9264b12f8e96625a479f6cdaee467 100644 (file)
@@ -181,6 +181,6 @@ void weapon_defaultspawnfunc(float wpn)
        self.item_pickupsound_ent = SND_WEAPONPICKUP;
        #if 0 // WEAPONTODO
        if (self.modelindex) // don't precache if self was removed
-               WEP_ACTION(e.weapon, WR_INIT);
+               _WEP_ACTION(e.weapon, WR_INIT);
        #endif
 }