mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 02:33:30 +00:00
added VR map support
This commit is contained in:
@@ -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 {};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user