mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:13:29 +00:00
fixed position convert function calls
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
params["_unit"];
|
||||
|
||||
private _location = (getPos _unit) call armatak_client_fnc_convertClientLocation;
|
||||
private _location = (getPos _unit) call FUNC(convertClientLocation);
|
||||
|
||||
private _atak_latitude = _location select 0;
|
||||
private _atak_longitude = _location select 1;
|
||||
|
||||
Reference in New Issue
Block a user