summaryrefslogtreecommitdiff
path: root/proto.go
diff options
context:
space:
mode:
Diffstat (limited to 'proto.go')
-rw-r--r--proto.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.go b/proto.go
index c0a26c0..0e02771 100644
--- a/proto.go
+++ b/proto.go
@@ -5,7 +5,7 @@ import (
"io"
"net"
- "github.com/Minetest-j45/mt/rudp"
+ "github.com/dragonfireclient/mt/rudp"
)
// A Pkt is a deserialized rudp.Pkt.