diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-03 17:42:59 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-03 17:42:59 +0200 |
commit | 307ae5c288690a6c4348a6dd5af66b79f330bbd4 (patch) | |
tree | c74879c05bbc1ea1a773ad8a5d085b3d6274b471 /hydra.go | |
parent | a5e7fe92269e44c5cc147d316730407d67f32f8a (diff) | |
download | hydra-dragonfire-pathfind.tar.xz |
Pathfind: preprocessingpathfind
Diffstat (limited to 'hydra.go')
-rw-r--r-- | hydra.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |