diff options
Diffstat (limited to 'tools.go')
-rw-r--r-- | tools.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ package main import ( - "github.com/kch42/gomcmap/mcmap" + "github.com/silvasur/gomcmap/mcmap" ) type BiomeGetSetter interface { |