diff options
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 |