mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 00:05:16 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -30,8 +30,8 @@ void ContainerButtonClickPacket::read(DataInputStream *dis)
|
||||
|
||||
void ContainerButtonClickPacket::write(DataOutputStream *dos)
|
||||
{
|
||||
dos->writeByte((byte)containerId);
|
||||
dos->writeByte((byte)buttonId);
|
||||
dos->writeByte((uint8_t)containerId);
|
||||
dos->writeByte((uint8_t)buttonId);
|
||||
}
|
||||
|
||||
int ContainerButtonClickPacket::getEstimatedSize()
|
||||
|
||||
Reference in New Issue
Block a user