Lowered frequency of client socket position update to 1Hz

This commit is contained in:
Valmo Trindade
2025-10-12 20:29:50 -03:00
parent e84ad95b06
commit 0ea9cab94d

View File

@@ -25,7 +25,7 @@ player setVariable [QGVAR(eudConnected), true];
if (player getVariable [QGVAR(eudConnected), false]) then { if (player getVariable [QGVAR(eudConnected), false]) then {
"armatak" callExtension ["udp_socket:send_gps_cot", [player call FUNC(extractClientPosition)]]; "armatak" callExtension ["udp_socket:send_gps_cot", [player call FUNC(extractClientPosition)]];
}; };
}, 30, []] call CBA_fnc_addPerFrameHandler; }, 0.02, []] call CBA_fnc_addPerFrameHandler;
deleteVehicle _logic; deleteVehicle _logic;
closeDialog 1; closeDialog 1;