]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qc
Deprecate weapon_func
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qc
index eb8277abc2f6ac2d7521bb45653a4734f2876cbd..1c27828a1dfcdf36bd1f7e706db3e34ee14b75cd 100644 (file)
@@ -720,7 +720,7 @@ void readplayerstartcvars()
        {
                e = get_weaponinfo(i);
                if(precache_weapons & WepSet_FromWeapon(i))
-                       WEP_ACTION(i, WR_INIT);
+                       _WEP_ACTION(i, WR_INIT);
        }
 
        start_ammo_shells = max(0, start_ammo_shells);