mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-28 13:05:16 +01:00
fix build
This commit is contained in:
parent
e76f7f7118
commit
23c7a1672f
@ -42,7 +42,7 @@ object ChunkPacketTransformer {
|
|||||||
val chunk = Chunk1_8to1_7_6_10(uncompressedData, primaryBitMask, addBitMask, true, groundUp)
|
val chunk = Chunk1_8to1_7_6_10(uncompressedData, primaryBitMask, addBitMask, true, groundUp)
|
||||||
|
|
||||||
packetWrapper.clearPacket()
|
packetWrapper.clearPacket()
|
||||||
val buffer = (packetWrapper as PacketWrapperImpl).inputBuffer
|
val buffer = (packetWrapper as PacketWrapperImpl).inputBuffer!!
|
||||||
|
|
||||||
buffer.clear()
|
buffer.clear()
|
||||||
buffer.writeInt(chunkX)
|
buffer.writeInt(chunkX)
|
||||||
@ -137,4 +137,4 @@ object ChunkPacketTransformer {
|
|||||||
}.toList().toTypedArray()
|
}.toList().toTypedArray()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user