Skip to content

Commit

Permalink
Add malden to getMapData (#5297)
Browse files Browse the repository at this point in the history
* Add malden to getMapData

* Merge with CWR2 malden
  • Loading branch information
PabstMirror authored and jonpas committed Jun 21, 2017
1 parent 1d355b4 commit 7b91629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_getMapData.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ _map = toLower _map;
if (_map in ["tanoa"]) exitWith { [-18, 0] };
if (_map in ["altis"]) exitWith { [40, 0] };
if (_map in ["stratis"]) exitWith { [40, 0] };
if (_map in ["malden", "abel"]) exitWith { [38.8, 0] }; // 1.72 Malden and CWR2 Malden

if (_map in ["abbottabad"]) exitWith { [34, 1256] }; // Abbottabad elevation 1256m (Wikipedia)
if (_map in ["abel"]) exitWith { [39, 0] }; // CWR2 Malden
if (_map in ["abramia"]) exitWith { [60, 0] };
if (_map in ["af_kandahar_province"]) exitWith { [42, 0] };
if (_map in ["angel"]) exitWith { [38, 0] };
Expand Down

0 comments on commit 7b91629

Please sign in to comment.