diff options
Diffstat (limited to 'comp_map.go')
-rw-r--r-- | comp_map.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comp_map.go b/comp_map.go index eed5039..fda248e 100644 --- a/comp_map.go +++ b/comp_map.go @@ -1,7 +1,7 @@ package main import ( - "github.com/anon55555/mt" + "github.com/dragonfireclient/mt" "github.com/yuin/gopher-lua" ) |