Use ContentIdResolver hook
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user