mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:13:29 +00:00
removed websocket stuff from the functions because i can make this go to the trash can
This commit is contained in:
@@ -4,11 +4,5 @@ if (!hasInterface) exitWith {};
|
||||
|
||||
_local_address = "armatak" callExtension ["local_ip", []] select 0;
|
||||
|
||||
"armatak" callExtension ["websocket:start", []];
|
||||
|
||||
SETVAR(player,GVAR(localAddress),_local_address);
|
||||
SETVAR(player,GVAR(eudConnected),false);
|
||||
|
||||
[{
|
||||
"armatak" callExtension ["websocket:location", [player call armatak_client_fnc_extractClientPosition]];
|
||||
}, 1, []] call CBA_fnc_addPerFrameHandler;
|
||||
|
||||
Reference in New Issue
Block a user