mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:03:31 +00:00
fixed comma on extract role function
This commit is contained in:
@@ -7,6 +7,6 @@ if (vehicle _unit isKindOf "plane") then {
|
|||||||
_type = "A";
|
_type = "A";
|
||||||
};
|
};
|
||||||
|
|
||||||
_role = "a-" + _affiliation + "-" + _type
|
_role = "a-" + _affiliation + "-" + _type;
|
||||||
|
|
||||||
_role
|
_role
|
||||||
Reference in New Issue
Block a user