diff --git a/source/server/clientfuncs.qc b/source/server/clientfuncs.qc index ca32a2f..8b58d10 100644 --- a/source/server/clientfuncs.qc +++ b/source/server/clientfuncs.qc @@ -657,7 +657,7 @@ float(float weapon) Util_WeaponIsSemiAutomatic = // Valid firetypes if (firetype == FIRETYPE_SEMIAUTO || firetype == FIRETYPE_GRENADE || - firetype == FIRETYPE_RAYBEAM || firetype == FIRETYPE_TESLA) + firetype == FIRETYPE_TESLA) return true; return false;