Fix missing ;

This commit is contained in:
PabstMirror 2016-06-02 20:05:03 -05:00
parent 240cf4f0b5
commit 59ffff406e

View File

@ -20,7 +20,7 @@ if (!hasInterface) exitWith {};
// 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
if (!GVAR(interfaceInitialized)) then {
[QGVAR(InterfaceInitialized), []] call CBA_fnc_localEvent
[QGVAR(InterfaceInitialized), []] call CBA_fnc_localEvent;
GVAR(interfaceInitialized) = true;
};
}] call CBA_fnc_addEventHandler;