added handling on SQF for letting the OTS server handle sync links on entities with core armatak module

This commit is contained in:
Valmo Trindade
2024-12-11 04:11:46 -03:00
parent d10dd71dca
commit 7e143c1b6b
5 changed files with 43 additions and 10 deletions

View File

@@ -4,5 +4,9 @@ if (roleDescription _unit != "") then {
_callsign = name _unit + " | " + roleDescription _unit;
} else {
_callsign = name _unit;
if (_callsign == "Error: No unit") then {
_callsign = getText(configFile >> "CfgVehicles" >> typeOf _unit >> "displayName");
};
};
_callsign