fix: change signatures for 6.3

This commit is contained in:
Anna
2023-01-11 14:08:20 -05:00
parent 45bd2ac864
commit 79669f8314
4 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ internal sealed unsafe class Context {
return;
}
// 6.05: 20E4CB
// 6.3: 221EFD
var a1 = this.Plugin.Functions.GetInfoProxyByIndex(0x14);
fixed (byte* namePtr = name.ToTerminatedBytes()) {