diff --git a/framework/resupply/functions/fn_createBox.sqf b/framework/resupply/functions/fn_createBox.sqf index 6bbfbb9..49f3f0d 100644 --- a/framework/resupply/functions/fn_createBox.sqf +++ b/framework/resupply/functions/fn_createBox.sqf @@ -162,7 +162,7 @@ if (isNil "_items") exitWith { [_box,1] call ace_cargo_fnc_setSize; // ignore weight restrictions for carry/drag -_box setVariable ["ace_ignoreWeightCarry", true, true]; +_box setVariable ["ace_dragging_ignoreWeightCarry", true, true]; // Return the box _box; \ No newline at end of file