Address review feedback on protocol types

This commit is contained in:
notmatthewbeshay
2026-03-13 19:47:32 +11:00
parent bcc765f3e7
commit 883e98bde0
11 changed files with 73 additions and 86 deletions

View File

@@ -23,7 +23,7 @@ void KickPlayerPacket::handle(PacketListener *listener)
void KickPlayerPacket::read(DataInputStream *dis) //throws IOException
{
m_networkSmallId = static_cast<std::uint8_t>(dis->readByte());
m_networkSmallId = dis->readByte();
}
void KickPlayerPacket::write(DataOutputStream *dos) //throws IOException