added Stratis Map support

This commit is contained in:
Valmo Trindade
2024-08-28 21:26:51 -03:00
parent 206787b271
commit 97ac46e408
3 changed files with 29 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ switch (worldName) do {
case "Altis": {
_realLocation = _position call armatak_fnc_convert_to_altis;
};
case "Stratis": {
_realLocation = _position call armatak_fnc_convert_to_stratis;
};
default {};
};