summaryrefslogtreecommitdiff
path: root/tocltcmds.go
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-06-07 00:27:51 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-06-07 00:27:51 +0200
commita2fec10b6b43184cadbc267566bb5dde8354afdd (patch)
treef008e9fa4b0e9f10cbe70cb256f4b6795e6f320d /tocltcmds.go
parent2e52b69f092cf183ce05d0697954eee749e94e5e (diff)
downloadmt-a2fec10b6b43184cadbc267566bb5dde8354afdd.tar.xz
Move package paths to dragonfire fork
Diffstat (limited to 'tocltcmds.go')
-rw-r--r--tocltcmds.go2
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 {