mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 04:13:28 +00:00
Added Cucui map support for ARMATAK
This commit is contained in:
@@ -17,6 +17,9 @@ switch (worldName) do {
|
||||
case "VR": {
|
||||
_realLocation = _position call armatak_fnc_convert_to_vr;
|
||||
};
|
||||
case "cucui": {
|
||||
_realLocation = _position call armatak_fnc_convert_to_cucui;
|
||||
};
|
||||
default {
|
||||
_realLocation = [0, 0, 0];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user