mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add malden to getMapData (#5297)
* Add malden to getMapData * Merge with CWR2 malden
This commit is contained in:
parent
ffe31d9759
commit
c6e70a4e88
@ -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] };
|
||||
|
Loading…
Reference in New Issue
Block a user