Added UMP Colombia map support

This commit is contained in:
Valmo Trindade
2025-12-21 02:21:02 -03:00
parent c5d5da636f
commit 1bec26df8a
3 changed files with 29 additions and 0 deletions

View File

@@ -98,6 +98,9 @@ switch (toLower worldName) do {
case "zagor_zagorsk_reserved_forest": {
_realLocation = _position call armatak_fnc_convert_to_zagor_zagorsk_reserved_forest;
};
case "umb_colombia": {
_realLocation = _position call armatak_fnc_convert_to_colombia;
};
default {
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Unsupported Map"];
[[_warning, 1.5]] call CBA_fnc_notify;