removed padding on websocket router

This commit is contained in:
Valmo Trindade
2025-05-15 23:56:52 -03:00
parent 12c8781236
commit bcefc7670f

View File

@@ -4,7 +4,7 @@ if (!hasInterface) exitWith {};
_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)]];