mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 00:43:28 +00:00
removed padding on websocket router
This commit is contained in:
@@ -4,7 +4,7 @@ if (!hasInterface) exitWith {};
|
|||||||
|
|
||||||
_local_address = "armatak" callExtension ["local_ip", []] select 0;
|
_local_address = "armatak" callExtension ["local_ip", []] select 0;
|
||||||
|
|
||||||
SETVAR(player,localAddress,_local_address);
|
SETVAR(player,GVAR(localAddress),_local_address);
|
||||||
|
|
||||||
[{
|
[{
|
||||||
"armatak" callExtension ["websocket:location", [player call FUNC(extractClientPosition)]];
|
"armatak" callExtension ["websocket:location", [player call FUNC(extractClientPosition)]];
|
||||||
|
|||||||
Reference in New Issue
Block a user