]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/compat/quake3.qh
Instagib: fix ammo from other games not getting replaced by vaporizer cells (if enabl...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / compat / quake3.qh
index d2c547b6f6e9d3bacce6388c7f5eed703c642be1..1253c92a93b4887d525152d86ffc7b33e6b2ae2e 100644 (file)
@@ -21,7 +21,7 @@ int GetAmmoConsumptionQ3(string netname);
        { \
                if(this.count && xonwep.ammo_type) \
                        SetResource(this, xonwep.ammo_type, this.count * GetAmmoConsumptionQ3(xonwep.netname)); \
-       SPAWNFUNC_BODY(GetAmmoItem(xonwep.ammo_type)) \
+               SPAWNFUNC_BODY(GetAmmoItem(xonwep.ammo_type)) \
        }
 
 // Ammo only, conditional