diff --git a/addons/common/functions/fnc_getMapData.sqf b/addons/common/functions/fnc_getMapData.sqf index 43a0baf9ad..7d7bef817f 100644 --- a/addons/common/functions/fnc_getMapData.sqf +++ b/addons/common/functions/fnc_getMapData.sqf @@ -61,7 +61,7 @@ if (_map in ["kholm"]) exitWith { [36, 0] }; if (_map in ["kidal"]) exitWith { [18, 0] }; //Kidal, Mali - default elevationOffset if (_map in ["koplic"]) exitWith { [42, 0] }; if (_map in ["kunduz"]) exitWith { [37, 0] }; -if (_map in ["lingor3"]) exitWith { [-4, 0] }; +if (_map in ["lingor", "lingor3"]) exitWith { [-4, 0] }; if (_map in ["lost", "lostw"]) exitWith { [60, 0] }; if (_map in ["malvinas"]) exitWith { [-52, 0] }; if (_map in ["mcn_aliabad"]) exitWith { [36, 0] };