diff --git a/addons/fire/functions/fnc_burnReaction.sqf b/addons/fire/functions/fnc_burnReaction.sqf index d59896ec4c..3f910ce178 100644 --- a/addons/fire/functions/fnc_burnReaction.sqf +++ b/addons/fire/functions/fnc_burnReaction.sqf @@ -19,7 +19,7 @@ if ( _throwWeapon && {GVAR(dropWeapon) > 0} && {_unit in _unit && {(currentWeapon _unit) isNotEqualTo ""}} - && {!isPlayer _unit || GVAR(dropWeapon >= 2)} + && {!isPlayer _unit || GVAR(dropWeapon) >= 2} ) then { [_unit] call EFUNC(common,throwWeapon); };