Merge pull request #53 from deansheather/dean/message-sorting-fixes

fix: fix sorting problems
This commit is contained in:
Infi
2024-05-25 17:11:42 +02:00
committed by GitHub
8 changed files with 220 additions and 91 deletions
-5
View File
@@ -69,11 +69,6 @@ internal unsafe class GameFunctions : IDisposable
return (nint) infoModule->GetInfoProxyById(proxyId);
}
internal int GetCurrentChatLogEntryIndex()
{
return Framework.Instance()->GetUiModule()->GetRaptureLogModule()->LogModule.LogMessageCount;
}
internal void SendFriendRequest(string name, ushort world)
{
ListCommand(name, world, "friendlist");