diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-06 23:53:18 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-07 00:02:14 +0200 |
commit | bc77fd1bb44787f773a590796cb90313cc58c69b (patch) | |
tree | d7fdbeb57f3e7e0b457e9e84e84bbc729cfe136f /tocltcmds.go | |
parent | 1a235cd499f659fdded486a8dd1b0ed3fff1cfa6 (diff) | |
download | mt-bc77fd1bb44787f773a590796cb90313cc58c69b.tar.xz |
Fix subpackage paths
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tocltcmds.go b/tocltcmds.go index 3297f2f..37d7bed 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -6,7 +6,7 @@ import ( "io" "math" - "github.com/anon55555/mt/rudp" + "github.com/Minetest-j45/mt/rudp" ) type ToCltCmd interface { |