mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:43:29 +00:00
Added lawn map
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user