4.2.0 release #55

Merged
hizumi merged 27 commits from develop into main 2024-06-20 23:51:07 -05:00
Showing only changes of commit db7bdf1ecd - Show all commits

View File

@@ -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;