diff options
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, |