feat: update for 6.11

This commit is contained in:
Anna
2022-05-12 18:50:05 -04:00
parent 327a40f63c
commit f195f55274
11 changed files with 147 additions and 72 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ internal sealed unsafe class Party {
return;
}
// 6.05: 20D722
// 6.11: 214A55
var a1 = this.Plugin.Functions.GetInfoProxyByIndex(1);
fixed (byte* namePtr = name.ToTerminatedBytes()) {
// this only works if target is on the same world
@@ -44,7 +44,7 @@ internal sealed unsafe class Party {
return;
}
// 6.05: 20D722
// 6.11: 214A55
var a1 = this.Plugin.Functions.GetInfoProxyByIndex(1);
if (contentId != 0) {
// third param is world, but it requires a specific world