removed websocket stuff from the functions because i can make this go to the trash can

This commit is contained in:
Valmo Trindade
2025-06-17 01:41:50 -03:00
parent 8ddbefee18
commit 2a7c1b8ae8

View File

@@ -4,11 +4,5 @@ if (!hasInterface) exitWith {};
_local_address = "armatak" callExtension ["local_ip", []] select 0; _local_address = "armatak" callExtension ["local_ip", []] select 0;
"armatak" callExtension ["websocket:start", []];
SETVAR(player,GVAR(localAddress),_local_address); SETVAR(player,GVAR(localAddress),_local_address);
SETVAR(player,GVAR(eudConnected),false); SETVAR(player,GVAR(eudConnected),false);
[{
"armatak" callExtension ["websocket:location", [player call armatak_client_fnc_extractClientPosition]];
}, 1, []] call CBA_fnc_addPerFrameHandler;