Added lawn map

This commit is contained in:
Valmo Trindade
2025-12-13 14:59:05 -03:00
parent de5ac9dbb5
commit c2e137e67c
3 changed files with 29 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ switch (toLower worldName) do {
case "vr": {
_realLocation = _position call armatak_fnc_convert_to_vr;
};
case "lawn": {
_realLocation = _position call armatak_fnc_convert_to_lawn;
};
case "cucui": {
_realLocation = _position call armatak_fnc_convert_to_cucui;
};