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