mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 00:23:55 +00:00
Address review feedback on protocol types
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user