]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/overkill/okmachinegun.qc
OK weapons: Synced with master.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / overkill / okmachinegun.qc
index d2ed859f98cd380d6069417cf4acf1d0e56f8487..4b9e69e302031ec3e29e80f6c53cbb069af2d38e 100644 (file)
@@ -2,17 +2,6 @@
 
 #ifdef SVQC
 
-spawnfunc(weapon_okmachinegun)
-{
-       if(autocvar_sv_q3acompat_machineshotgunswap)
-       if(this.classname != "droppedweapon")
-       {
-               weapon_defaultspawnfunc(this, WEP_SHOCKWAVE);
-               return;
-       }
-       weapon_defaultspawnfunc(this, WEP_OVERKILL_MACHINEGUN);
-}
-
 void W_OverkillMachineGun_Attack_Auto(Weapon thiswep, entity actor, .entity weaponentity, int fire)
 {
        float okmachinegun_spread;