Update fn_createBox.sqf
All checks were successful
Generate testing snapshot / Create testing release (push) Successful in 37s

fix incorrect ace variable name. fixes #47.
This commit is contained in:
hizumi
2024-05-26 16:36:47 -05:00
parent 0f8783ffa9
commit db7bdf1ecd

View File

@@ -162,7 +162,7 @@ if (isNil "_items") exitWith {
[_box,1] call ace_cargo_fnc_setSize; [_box,1] call ace_cargo_fnc_setSize;
// ignore weight restrictions for carry/drag // ignore weight restrictions for carry/drag
_box setVariable ["ace_ignoreWeightCarry", true, true]; _box setVariable ["ace_dragging_ignoreWeightCarry", true, true];
// Return the box // Return the box
_box; _box;