diff --git a/addons/client/$PBOPREFIX$ b/addons/client/$PBOPREFIX$ index e039385..a98557a 100644 --- a/addons/client/$PBOPREFIX$ +++ b/addons/client/$PBOPREFIX$ @@ -1 +1 @@ -armatak\armatak\armatak_client \ No newline at end of file +armatak\armatak\addons\client \ No newline at end of file diff --git a/addons/client/functions/fnc_socketRouter.sqf b/addons/client/functions/fnc_socketRouter.sqf index df1f702..fa6a1a3 100644 --- a/addons/client/functions/fnc_socketRouter.sqf +++ b/addons/client/functions/fnc_socketRouter.sqf @@ -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)]];