fixed comma on extract role function

This commit is contained in:
Valmo Trindade
2024-08-19 14:05:13 -03:00
parent 9b8a267c45
commit a8503d1c26

View File

@@ -7,6 +7,6 @@ if (vehicle _unit isKindOf "plane") then {
_type = "A"; _type = "A";
}; };
_role = "a-" + _affiliation + "-" + _type _role = "a-" + _affiliation + "-" + _type;
_role _role