diff --git a/source/server/utilities/command_parser.qc b/source/server/utilities/command_parser.qc index b7b03c3..96ba961 100644 --- a/source/server/utilities/command_parser.qc +++ b/source/server/utilities/command_parser.qc @@ -49,10 +49,6 @@ float(string params) Command_give = float wep = stof(argv(1)); if (wep) { - if (!self.secondaryweapon) { - WeaponSwitch(self); - } - self.weapon = wep; self.currentammo = getWeaponAmmo(wep); self.currentmag = getWeaponMag(wep);