added default role as friendly infantry unit on extract_role function

This commit is contained in:
Valmo Trindade
2024-09-03 20:12:28 -03:00
parent d821613e7e
commit 9ed73597fe

View File

@@ -2,6 +2,7 @@ params["_unit"];
private _affiliation = "f"; private _affiliation = "f";
private _type = "G"; private _type = "G";
private _role = "a-f-G-U-C-I";
switch (side _unit) do { switch (side _unit) do {
case "WEST": { case "WEST": {