mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-27 05:44:39 +00:00
4th batch
This commit is contained in:
@@ -19,7 +19,7 @@ void ClientCommandPacket::read(DataInputStream *dis)
|
||||
|
||||
void ClientCommandPacket::write(DataOutputStream *dos)
|
||||
{
|
||||
dos->writeByte((std::byte)action & (std::byte)0xff);
|
||||
dos->writeByte((byte)action & (byte)0xff);
|
||||
}
|
||||
|
||||
void ClientCommandPacket::handle(PacketListener *listener)
|
||||
|
||||
Reference in New Issue
Block a user