added VR map support

This commit is contained in:
Valmo Trindade
2024-08-29 17:16:10 -03:00
parent 7234ff084a
commit 2ad769913e
3 changed files with 29 additions and 0 deletions

View File

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