fixed position convert function calls

This commit is contained in:
Valmo Trindade
2025-05-20 01:48:55 -03:00
parent 1d65705aa8
commit 730440f4ac
3 changed files with 5 additions and 3 deletions

View File

@@ -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;