1 Commits

Author SHA1 Message Date
Valmo Trindade
42098401f2 Fixed syntax on ConverClientPosition function 2025-10-12 20:43:36 -03:00

View File

@@ -76,7 +76,7 @@ switch (toLower worldName) do {
};
case "tanoa": {
_realLocation = _position call armatak_fnc_convert_to_tanoa;
}
};
default {
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Unsupported Map"];
[[_warning, 1.5]] call CBA_fnc_notify;