aboutsummaryrefslogtreecommitdiff
path: root/path.go
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-06-09 00:20:27 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-06-09 00:20:27 +0200
commit97255297564bfdca579b3b66e860f1d2faea4980 (patch)
tree8ac7ef8c91dc600a7f981233e448c6a165b1fff8 /path.go
parent7132ab02479fb73fe4926750469bde3a81bc769d (diff)
downloadhydra-dragonfire-97255297564bfdca579b3b66e860f1d2faea4980.tar.xz
Use dragonfire fork of mt
Diffstat (limited to 'path.go')
-rw-r--r--path.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/path.go b/path.go
index d8d9a0b..bcdd910 100644
--- a/path.go
+++ b/path.go
@@ -1,7 +1,7 @@
package main
import (
- "github.com/anon55555/mt"
+ "github.com/dragonfireclient/mt"
"github.com/beefsack/go-astar"
"github.com/dragonfireclient/hydra-dragonfire/convert"
"github.com/yuin/gopher-lua"