Use ContentIdResolver hook

This commit is contained in:
Dean Sheather
2024-05-26 00:33:21 +10:00
parent e9ae8362f5
commit 748a963acc
3 changed files with 33 additions and 35 deletions
-5
View File
@@ -69,11 +69,6 @@ internal unsafe class GameFunctions : IDisposable
return (nint) infoModule->GetInfoProxyById(idx);
}
internal int GetCurrentChatLogEntryIndex()
{
return Framework.Instance()->GetUiModule()->GetRaptureLogModule()->LogModule.LogMessageCount;
}
internal void SendFriendRequest(string name, ushort world)
{
ListCommand(name, world, "friendlist");