chore: Change Mail to use BitStream references (#1474)

This commit is contained in:
jadebenn
2024-02-26 22:01:18 -06:00
committed by GitHub
parent 7235423c7b
commit 30b9ef8ab2
3 changed files with 36 additions and 36 deletions

View File

@@ -1177,7 +1177,7 @@ void HandlePacket(Packet* packet) {
// FIXME: Change this to the macro to skip the header...
LWOOBJID space;
bitStream.Read(space);
Mail::HandleMailStuff(&bitStream, packet->systemAddress, UserManager::Instance()->GetUser(packet->systemAddress)->GetLastUsedChar()->GetEntity());
Mail::HandleMailStuff(bitStream, packet->systemAddress, UserManager::Instance()->GetUser(packet->systemAddress)->GetLastUsedChar()->GetEntity());
break;
}