Added Tanoa to switch case function to manage positions

This commit is contained in:
Valmo Trindade
2025-10-12 20:31:00 -03:00
parent 2e017f97c9
commit cad4aaa1a5

View File

@@ -74,6 +74,9 @@ switch (toLower worldName) do {
case "kunduz_valley": {
_realLocation = _position call armatak_fnc_convert_to_kunduz_valley;
};
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;