mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
restore
This commit is contained in:
parent
b651cc8093
commit
05ad146ba3
@ -14,9 +14,11 @@
|
||||
LSTRING(DisplayName),
|
||||
true,
|
||||
true, {
|
||||
private _staminaBarContainer = uiNamespace getVariable [QGVAR(staminaBarContainer), controlNull];
|
||||
_staminaBarContainer ctrlSetFade ([1,0] select _this);
|
||||
_staminaBarContainer ctrlCommit 0;
|
||||
if (!_this) then {
|
||||
private _staminaBarContainer = uiNamespace getVariable [QGVAR(staminaBarContainer), controlNull];
|
||||
_staminaBarContainer ctrlSetFade 1;
|
||||
_staminaBarContainer ctrlCommit 0;
|
||||
};
|
||||
}
|
||||
] call CBA_Settings_fnc_init;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user