]> git.lizzy.rs Git - mt.git/blobdiff - tocltcmds.go
Fix mapblock compression
[mt.git] / tocltcmds.go
index 4a1045de76673e921e0bc20e6deb6a6c8b188cb1..09cc358d3e58283a10a64ff7083363a67befdcf2 100644 (file)
@@ -122,7 +122,9 @@ func (cmd ToCltKick) String() (msg string) {
 // ToCltBlkData tells the client the contents of a nearby MapBlk.
 type ToCltBlkData struct {
        Blkpos [3]int16
+       //mt:zstd
        Blk    MapBlk
+       //mt:end
 }
 
 // ToCltAddNode tells the client that a nearby node changed