linted config extration functions

This commit is contained in:
Valmo Trindade
2025-10-01 20:25:17 -03:00
parent 7718c156ec
commit 8024c6c4b2
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ if (roleDescription _unit != "") then {
_callsign = name _unit;
if (_callsign == "Error: No unit") then {
_callsign = getText (configFile >> "CfgVehicles" >> typeOf _unit >> "displayName");
_callsign = getText (configOf _unit >> "displayName");
};
};