mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-25 12:35:36 +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)
|
||||
|
||||
packetWrapper.clearPacket()
|
||||
val buffer = (packetWrapper as PacketWrapperImpl).inputBuffer
|
||||
val buffer = (packetWrapper as PacketWrapperImpl).inputBuffer!!
|
||||
|
||||
buffer.clear()
|
||||
buffer.writeInt(chunkX)
|
||||
@ -137,4 +137,4 @@ object ChunkPacketTransformer {
|
||||
}.toList().toTypedArray()
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user