mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-25 14:17:36 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -50,7 +50,7 @@ void TileEntityDataPacket::write(DataOutputStream *dos)
|
||||
dos->writeInt(x);
|
||||
dos->writeShort(y);
|
||||
dos->writeInt(z);
|
||||
dos->writeByte((byte) type);
|
||||
dos->writeByte((uint8_t) type);
|
||||
writeNbt(tag, dos);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user