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