fix some missed things

This commit is contained in:
Aaron Kimbrell
2025-09-12 23:25:49 -05:00
parent 500a72dc11
commit 0dc4fab531
2 changed files with 4 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ namespace CommonPackets {
}
void DisconnectNotify::Serialize(RakNet::BitStream& bitStream) const {
CommonLUBitStream::Serialize(bitStream);
bitStream.Write(disconnectID);
}