move local diary mgmt to common module, clarify clientInit complete msg
This commit is contained in:
@@ -21,7 +21,7 @@ call FUNC(updateAssetDiary);
|
||||
[
|
||||
LEVEL_DEBUG,
|
||||
QUOTE(COMPONENT),
|
||||
"postInit complete",
|
||||
"initClient complete",
|
||||
[]
|
||||
] call EFUNC(common,log);
|
||||
|
||||
|
||||
@@ -241,7 +241,7 @@ private _randomColors = [
|
||||
],
|
||||
_recordText joinString "<br/>",
|
||||
_icon
|
||||
] call EFUNC(fbcb2_main,createOrUpdateDiaryRecord);
|
||||
] call EFUNC(common,createOrUpdateDiaryRecord);
|
||||
|
||||
// "\A3\ui_f\data\igui\cfg\simpleTasks\types\car_ca.paa"
|
||||
} forEach _distinctVehiclesClassNames;
|
||||
|
||||
Reference in New Issue
Block a user