diff --git a/ArmaDragonflyClient_x64.dll b/ArmaDragonflyClient_x64.dll index 4c8c3b0..4b36f44 100644 Binary files a/ArmaDragonflyClient_x64.dll and b/ArmaDragonflyClient_x64.dll differ diff --git a/ArmaDragonflyClient_x64.so b/ArmaDragonflyClient_x64.so index e9775e5..1ca63d0 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 e9775e5..1ca63d0 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 4c8c3b0..4b36f44 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 e8c7518..55dcb88 100644 --- a/extension/src/Main.cs +++ b/extension/src/Main.cs @@ -483,7 +483,7 @@ namespace ArmaDragonflyClient { Task.Run(async () => { - string _uniqueID = $"{_id}_hget"; + string _uniqueID = $"{_id}_hgetid"; if (argsCnt == 3) await DragonflyDB.DragonflyHashGetAsync(argsArr[0].Trim('"'), argsArr[1].Trim('"'), argsArr[2].Trim('"'), _uniqueID); if (argsCnt == 4)