From 996670c4076e3c5cf42d05968d32712434375f18 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 7 Jun 2022 03:03:56 +0200 Subject: Fix mapblock compression --- tocltcmds.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tocltcmds.go') diff --git a/tocltcmds.go b/tocltcmds.go index 4a1045d..09cc358 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -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 -- cgit v1.2.3