diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:09:23 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:09:23 +0200 |
commit | a6a7f2c65c68303dbc13ae4d48607936b02e4bba (patch) | |
tree | 80bfe8b4dd2f790117ac6ef6eaa991429cfcd014 /mcmap/prechunk.go | |
parent | 4c579bd2bb0588c9014dfa22676592088eac2639 (diff) | |
download | gomcmap-master.tar.gz gomcmap-master.tar.bz2 gomcmap-master.zip |
Diffstat (limited to 'mcmap/prechunk.go')
-rw-r--r-- | mcmap/prechunk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcmap/prechunk.go b/mcmap/prechunk.go index 29758c5..4410df3 100644 --- a/mcmap/prechunk.go +++ b/mcmap/prechunk.go @@ -4,7 +4,7 @@ import ( "bytes" "errors" "fmt" - "github.com/kch42/gonbt/nbt" + "github.com/silvasur/gonbt/nbt" "time" ) |