Fix type in startUnload

add newline at EOF in onOpenInventory
This commit is contained in:
jokoho482 2023-10-17 00:44:26 +02:00
parent 1da8123a03
commit 8df9536122
2 changed files with 2 additions and 2 deletions

View File

@ -133,4 +133,4 @@ GVAR(interactionParadrop) = _container isKindOf "Air" && {
_loadBar progressSetPosition (_usedCargoCapacity / _cargoCapacity);
}, 1, [_loadBar, _list]] call CBA_fnc_addPerFrameHandler;
}] call CBA_fnc_waitUntilAndExecute;
}] call CBA_fnc_waitUntilAndExecute;

View File

@ -18,7 +18,7 @@
disableSerialization;
params [["_selected", -1, [0]]];
if (_select == -1) then {
if (_selected == -1) then {
private _display = uiNamespace getVariable QGVAR(menuDisplay);
if (isNil "_display") exitWith {};