diff --git a/addons/client/functions/fnc_startUDPSocket.sqf b/addons/client/functions/fnc_startUDPSocket.sqf index 20bf9de..53f4310 100644 --- a/addons/client/functions/fnc_startUDPSocket.sqf +++ b/addons/client/functions/fnc_startUDPSocket.sqf @@ -25,7 +25,7 @@ player setVariable [QGVAR(eudConnected), true]; if (player getVariable [QGVAR(eudConnected), false]) then { "armatak" callExtension ["udp_socket:send_gps_cot", [player call FUNC(extractClientPosition)]]; }; -}, 0.5, []] call CBA_fnc_addPerFrameHandler; +}, 30, []] call CBA_fnc_addPerFrameHandler; deleteVehicle _logic; closeDialog 1;