added string convertion to extract role function

This commit is contained in:
Valmo Trindade
2025-02-14 15:37:43 -03:00
parent f17128a1bd
commit d6faeace00

View File

@@ -8,7 +8,7 @@ private _affiliation = "f";
private _type = "G";
private _role = "a-f-G-U-C-I";
switch (side _unit) do {
switch (str side _unit) do {
case "WEST": {
_affiliation = "f";
};