mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix missing ;
This commit is contained in:
parent
240cf4f0b5
commit
59ffff406e
@ -20,7 +20,7 @@ if (!hasInterface) exitWith {};
|
|||||||
// Execute local event for when it's safe to modify UI through this API
|
// Execute local event for when it's safe to modify UI through this API
|
||||||
// infoDisplayChanged can execute multiple times, make sure it only happens once
|
// infoDisplayChanged can execute multiple times, make sure it only happens once
|
||||||
if (!GVAR(interfaceInitialized)) then {
|
if (!GVAR(interfaceInitialized)) then {
|
||||||
[QGVAR(InterfaceInitialized), []] call CBA_fnc_localEvent
|
[QGVAR(InterfaceInitialized), []] call CBA_fnc_localEvent;
|
||||||
GVAR(interfaceInitialized) = true;
|
GVAR(interfaceInitialized) = true;
|
||||||
};
|
};
|
||||||
}] call CBA_fnc_addEventHandler;
|
}] call CBA_fnc_addEventHandler;
|
||||||
|
Loading…
Reference in New Issue
Block a user