mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-10 01:13:26 +00:00
4th batch
This commit is contained in:
@@ -50,9 +50,9 @@ void ContainerClickPacket::read(DataInputStream *dis) //throws IOException
|
||||
|
||||
void ContainerClickPacket::write(DataOutputStream *dos) // throws IOException
|
||||
{
|
||||
dos->writeByte((std::byte)containerId);
|
||||
dos->writeByte((byte)containerId);
|
||||
dos->writeShort(slotNum);
|
||||
dos->writeByte((std::byte)buttonNum);
|
||||
dos->writeByte((byte)buttonNum);
|
||||
dos->writeShort(uid);
|
||||
dos->writeBoolean(quickKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user