mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 02:23:30 +00:00
linted config extration functions
This commit is contained in:
@@ -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");
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user