diff --git a/SQF/dayz_code/compile/player_fired.sqf b/SQF/dayz_code/compile/player_fired.sqf index 4f0b3a778..79a142802 100644 --- a/SQF/dayz_code/compile/player_fired.sqf +++ b/SQF/dayz_code/compile/player_fired.sqf @@ -17,8 +17,7 @@ dayz_combat = 1; if (_ammo isKindOf "Melee") exitWith { - - if(_weapon != "Chainsaw") then { + if(!(["Chainsaw",_weapon] call fnc_inString)) then { _unit playActionNow "GestureSwing"; [1,1] call dayz_HungerThirst; };