summaryrefslogtreecommitdiff
path: root/cmds.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmds.go')
-rw-r--r--cmds.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds.go b/cmds.go
index 7a4f6bd..65a40a8 100644
--- a/cmds.go
+++ b/cmds.go
@@ -4,7 +4,7 @@
package mt
import (
- "github.com/anon55555/mt/rudp"
+ "github.com/HimbeerserverDE/mt/rudp"
)
type Cmd interface {