fixed INDFOR marker affiliation on CoT marker calls

This commit is contained in:
Valmo Trindade
2025-02-11 00:36:57 -03:00
parent ac1827e58b
commit 4bb89303ca

View File

@@ -15,7 +15,7 @@ switch (side _unit) do {
case "EAST": {
_affiliation = "h";
};
case "INDEPENDENT": {
case "GUER": {
_affiliation = "n";
};
case "CIVILIAN": {