Final API11 updates and new channel switcher

This commit is contained in:
Infi
2024-11-16 21:06:35 +01:00
parent c5873b95cf
commit bf27d3e853
15 changed files with 193 additions and 190 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ internal static unsafe class Party
}
}
internal static void InviteOtherWorld(ulong contentId)
internal static void InviteOtherWorld(ulong contentId, ushort worldId = 0)
{
// third param is world, but it requires a specific world
// if they're not on that world, it will fail
@@ -28,7 +28,7 @@ internal static unsafe class Party
return;
}
InfoProxyPartyInvite.Instance()->InviteToPartyContentId(contentId, 0);
InfoProxyPartyInvite.Instance()->InviteToPartyContentId(contentId, worldId);
}
internal static void InviteInInstance(ulong contentId)