added placeholder Takistan Montains

This commit is contained in:
Valmo Trindade
2025-02-10 04:05:03 -03:00
parent 18049417f7
commit ac1827e58b
3 changed files with 29 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ switch (worldName) do {
case "cucui": {
_realLocation = _position call armatak_fnc_convert_to_cucui;
};
case "Mountains_ACR": {
_realLocation = _position call armatak_fnc_convert_to_takistan_montains;
};
default {
_realLocation = [0, 0, 0];
};