mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:03:29 +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";
|
||||
};
|
||||
|
||||
_role = "a-" + _affiliation + "-" + _type
|
||||
_role = "a-" + _affiliation + "-" + _type;
|
||||
|
||||
_role
|
||||
Reference in New Issue
Block a user