From 82ff3c4c237c9ba632f1bd10467bddb466569d2d Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 25 May 2023 12:43:44 -0400 Subject: [PATCH] fix: update sig for 6.4 --- ChatTwo/GameFunctions/Chat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatTwo/GameFunctions/Chat.cs b/ChatTwo/GameFunctions/Chat.cs index 28e6d4e..13f6a9f 100755 --- a/ChatTwo/GameFunctions/Chat.cs +++ b/ChatTwo/GameFunctions/Chat.cs @@ -53,7 +53,7 @@ internal sealed unsafe class Chat : IDisposable { [Signature("3B 51 10 73 0F 8B C2 48 83 C0 0B")] private readonly delegate* unmanaged _getLinkshellInfo = null!; - [Signature("E8 ?? ?? ?? ?? 4C 8B C0 FF C3")] + [Signature("E8 ?? ?? ?? ?? 4C 8B C8 44 8D 47 01")] private readonly delegate* unmanaged _getLinkshellName = null!; [Signature("40 56 41 54 41 55 41 57 48 83 EC 28 48 8B 01", Fallibility = Fallibility.Fallible)]