mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_getMapData.sqf
No Gitexit for Lingor. Stay with us Lingor ! :p
This commit is contained in:
parent
8e7282a46a
commit
75396ce63e
@ -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] };
|
||||
|
Loading…
Reference in New Issue
Block a user