diff options
Diffstat (limited to 'client.go')
-rw-r--r-- | client.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ package main import ( "errors" - "github.com/anon55555/mt" + "github.com/dragonfireclient/mt" "github.com/dragonfireclient/hydra-dragonfire/convert" "github.com/yuin/gopher-lua" "net" |