fix missed reading

add gm check back
This commit is contained in:
Aaron Kimbre
2023-08-04 21:53:03 -05:00
parent 845e499510
commit 612d0d6a56
2 changed files with 2 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ void ChatPacketHandler::HandleFriendRequest(Packet* packet) {
uint32_t spacing{};
inStream.Read(spacing);
LUWString playerName(33);
inStream.Read(playerName);
char isBestFriendRequest{};
inStream.Read(isBestFriendRequest);