address feedback

This commit is contained in:
Aaron Kimbre
2025-02-01 01:51:46 -06:00
parent b388b03251
commit 78e52904e5
4 changed files with 19 additions and 20 deletions

View File

@@ -60,4 +60,4 @@ bool MailInfo::Deserialize(RakNet::BitStream& bitStream) {
DluAssert(bitStream.GetNumberOfUnreadBits() == 0);
return true;
}
}