From 457461efbee53a1e538a01345efbd1dd4d78ce5c Mon Sep 17 00:00:00 2001 From: Laid3acK Date: Wed, 10 May 2017 19:28:05 +0200 Subject: [PATCH] AB: Lythium latitude (#5109) * Update fnc_getMapData.sqf * bump1 * bump2 --- addons/common/functions/fnc_getMapData.sqf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/common/functions/fnc_getMapData.sqf b/addons/common/functions/fnc_getMapData.sqf index 4906966299..5fd183a3a3 100644 --- a/addons/common/functions/fnc_getMapData.sqf +++ b/addons/common/functions/fnc_getMapData.sqf @@ -47,7 +47,7 @@ if (_map in ["csj_lawlands", "uns_dong_ha"]) exitWith { [12, 0] }; // Unsung Mod if (_map in ["csj_sea"]) exitWith { [15, 0] }; // Unsung Mod if (_map in ["dakrong"]) exitWith { [16, 0] }; // Unsung Mod if (_map in ["desert_e"]) exitWith { [40, 800] }; -if (_map in ["desert_island"]) exitWith { [40, 0] }; // CWR2 Desert Island +if (_map in ["desert_island"]) exitWith { [40, 0] }; // CWR2 Desert Island if (_map in ["dya"]) exitWith { [34, 110] }; // Diyala Iraq - default elevationOffset if (_map in ["eden"]) exitWith { [45, 0] }; // CWR2 Everon if (_map in ["esseker"]) exitWith { [43, 2000] }; @@ -71,6 +71,7 @@ if (_map in ["koplic"]) exitWith { [42, 0] }; if (_map in ["kunduz"]) exitWith { [37, 0] }; if (_map in ["lingor", "lingor3", "dingor"]) exitWith { [-4, 0] }; if (_map in ["lost", "lostw"]) exitWith { [60, 0] }; +if (_map in ["lythium"]) exitWith { [34, 0] }; if (_map in ["malvinas"]) exitWith { [-52, 0] }; if (_map in ["marenice"]) exitWith { [51, 0] }; // CSA38 Mod (Czechoslovak army 1938 - Munich crisis), Lisatian Mountains. if (_map in ["mcn_aliabad"]) exitWith { [36, 0] };