aboutsummaryrefslogtreecommitdiff
path: root/hydra.go
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-06-03 17:42:59 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-06-03 17:42:59 +0200
commit307ae5c288690a6c4348a6dd5af66b79f330bbd4 (patch)
treec74879c05bbc1ea1a773ad8a5d085b3d6274b471 /hydra.go
parenta5e7fe92269e44c5cc147d316730407d67f32f8a (diff)
downloadhydra-dragonfire-pathfind.tar.xz
Pathfind: preprocessingpathfind
Diffstat (limited to 'hydra.go')
-rw-r--r--hydra.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hydra.go b/hydra.go
index 6da1822..6caff4c 100644
--- a/hydra.go
+++ b/hydra.go
@@ -40,7 +40,7 @@ var builtinFiles = []string{
var hydraFuncs = map[string]lua.LGFunction{
"client": l_client,
- "map": l_map,
+ "map": l_map,
"dtime": l_dtime,
"poll": l_poll,
"close": l_close,