mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
xm157 - Fix latitude calc for maps not in getMapData
(#9188)
This commit is contained in:
parent
b78f8684b7
commit
9e42c53196
@ -3,8 +3,7 @@
|
||||
|
||||
GVAR(shown) = false;
|
||||
GVAR(data) = createHashMap;
|
||||
([worldName] call EFUNC(common,getMapData)) params ["_latitude"];
|
||||
GVAR(data) set ["latitude", _latitude];
|
||||
GVAR(data) set ["latitude", EGVAR(common,mapLatitude)];
|
||||
|
||||
|
||||
// Add Keybinds
|
||||
|
Loading…
Reference in New Issue
Block a user