mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 04:33:29 +00:00
added Stratis Map support
This commit is contained in:
@@ -8,6 +8,9 @@ switch (worldName) do {
|
||||
case "Altis": {
|
||||
_realLocation = _position call armatak_fnc_convert_to_altis;
|
||||
};
|
||||
case "Stratis": {
|
||||
_realLocation = _position call armatak_fnc_convert_to_stratis;
|
||||
};
|
||||
default {};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user