diff --git a/addons/rearm/functions/fnc_disable.sqf b/addons/rearm/functions/fnc_disable.sqf index 159003e6be..b5e8b77d04 100644 --- a/addons/rearm/functions/fnc_disable.sqf +++ b/addons/rearm/functions/fnc_disable.sqf @@ -17,5 +17,5 @@ */ #include "script_component.hpp" -params [["_target", objNull, [objNull], ["_disable", true, [true]]]; +params [["_target", objNull, [objNull]], ["_disable", true, [true]]]; _target setVariable [QGVAR(disabled), _disable, true];