diff --git a/ArmaDragonflyClient_x64.dll b/ArmaDragonflyClient_x64.dll index 4019691..2bc5cb9 100644 Binary files a/ArmaDragonflyClient_x64.dll and b/ArmaDragonflyClient_x64.dll differ diff --git a/ArmaDragonflyClient_x64.so b/ArmaDragonflyClient_x64.so index 2b96d95..fa0aa30 100644 Binary files a/ArmaDragonflyClient_x64.so and b/ArmaDragonflyClient_x64.so differ diff --git a/extension/bin/Release/net8.0/linux-x64/publish/ArmaDragonflyClient_x64.so b/extension/bin/Release/net8.0/linux-x64/publish/ArmaDragonflyClient_x64.so index 2b96d95..fa0aa30 100644 Binary files a/extension/bin/Release/net8.0/linux-x64/publish/ArmaDragonflyClient_x64.so and b/extension/bin/Release/net8.0/linux-x64/publish/ArmaDragonflyClient_x64.so differ diff --git a/extension/bin/Release/net8.0/win-x64/publish/ArmaDragonflyClient_x64.dll b/extension/bin/Release/net8.0/win-x64/publish/ArmaDragonflyClient_x64.dll index 4019691..2bc5cb9 100644 Binary files a/extension/bin/Release/net8.0/win-x64/publish/ArmaDragonflyClient_x64.dll and b/extension/bin/Release/net8.0/win-x64/publish/ArmaDragonflyClient_x64.dll differ diff --git a/extension/src/Main.cs b/extension/src/Main.cs index 8493a9d..213106f 100644 --- a/extension/src/Main.cs +++ b/extension/src/Main.cs @@ -584,11 +584,8 @@ namespace ArmaDragonflyClient { Task.Run(async () => { - string channel = argsArr[0].Trim('"'); - string message = argsArr[1]; string _uniqueID = $"{_id}_publish"; - - await DragonflyDB.DragonflyPublishAsync(channel, message, _uniqueID); + await DragonflyDB.DragonflyPublishAsync(argsArr[0].Trim('"'), argsArr[1].Trim('"'), _uniqueID); }); }