diff options
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 7c28749..4a1045d 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -6,7 +6,7 @@ import ( "io" "math" - "github.com/Minetest-j45/mt/rudp" + "github.com/dragonfireclient/mt/rudp" ) type ToCltCmd interface { |