mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +00:00
fixed worldname conversion on chernarus submaps
This commit is contained in:
@@ -32,9 +32,18 @@ switch (toLower worldName) do {
|
|||||||
case "bootcamp_acr": {
|
case "bootcamp_acr": {
|
||||||
_realLocation = _position call armatak_fnc_convert_to_bukovina;
|
_realLocation = _position call armatak_fnc_convert_to_bukovina;
|
||||||
};
|
};
|
||||||
|
case "woodland_acr": {
|
||||||
|
_realLocation = _position call armatak_fnc_convert_to_bystrika;
|
||||||
|
};
|
||||||
case "mountains_acr": {
|
case "mountains_acr": {
|
||||||
_realLocation = _position call armatak_fnc_convert_to_takistan_montains;
|
_realLocation = _position call armatak_fnc_convert_to_takistan_montains;
|
||||||
};
|
};
|
||||||
|
case "sara_dbe1": {
|
||||||
|
_realLocation = _position call armatak_fnc_convert_to_united_sahrani;
|
||||||
|
};
|
||||||
|
case "saralite": {
|
||||||
|
_realLocation = _position call armatak_fnc_convert_to_united_sahrani;
|
||||||
|
};
|
||||||
default {
|
default {
|
||||||
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Unsupported Map"];
|
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Unsupported Map"];
|
||||||
[[_warning, 1.5]] call CBA_fnc_notify;
|
[[_warning, 1.5]] call CBA_fnc_notify;
|
||||||
|
|||||||
Reference in New Issue
Block a user