diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-07 03:03:56 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-07 03:03:56 +0200 |
commit | 996670c4076e3c5cf42d05968d32712434375f18 (patch) | |
tree | 96ac7fae0559c456f61eada8fb302947cf60c10b /tocltcmds.go | |
parent | 65f194b07aab6e757f6efbbb5479f1a5a6ad8d4e (diff) | |
download | mt-996670c4076e3c5cf42d05968d32712434375f18.tar.xz |
Fix mapblock compression
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |