mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix type in startUnload
add newline at EOF in onOpenInventory
This commit is contained in:
parent
1da8123a03
commit
8df9536122
@ -133,4 +133,4 @@ GVAR(interactionParadrop) = _container isKindOf "Air" && {
|
|||||||
_loadBar progressSetPosition (_usedCargoCapacity / _cargoCapacity);
|
_loadBar progressSetPosition (_usedCargoCapacity / _cargoCapacity);
|
||||||
|
|
||||||
}, 1, [_loadBar, _list]] call CBA_fnc_addPerFrameHandler;
|
}, 1, [_loadBar, _list]] call CBA_fnc_addPerFrameHandler;
|
||||||
}] call CBA_fnc_waitUntilAndExecute;
|
}] call CBA_fnc_waitUntilAndExecute;
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
disableSerialization;
|
disableSerialization;
|
||||||
params [["_selected", -1, [0]]];
|
params [["_selected", -1, [0]]];
|
||||||
|
|
||||||
if (_select == -1) then {
|
if (_selected == -1) then {
|
||||||
private _display = uiNamespace getVariable QGVAR(menuDisplay);
|
private _display = uiNamespace getVariable QGVAR(menuDisplay);
|
||||||
if (isNil "_display") exitWith {};
|
if (isNil "_display") exitWith {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user