update cmd/... for new chat package

This commit is contained in:
Tnze
2019-08-06 14:56:28 +08:00
parent ced82a1cab
commit f11c0e773a
5 changed files with 10 additions and 5 deletions

View File

@ -6,11 +6,12 @@ import (
"compress/zlib"
"flag"
"fmt"
"github.com/Tnze/go-mc/save/region"
"io"
"io/ioutil"
"os"
"path/filepath"
"github.com/Tnze/go-mc/save/region"
)
var decomp = flag.Bool("x", false, "decompress each chunk to NBT format")