diff options
Diffstat (limited to 'server/libs/lua/package.lni')
-rw-r--r-- | server/libs/lua/package.lni | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/libs/lua/package.lni b/server/libs/lua/package.lni index a0843cae..85234fab 100644 --- a/server/libs/lua/package.lni +++ b/server/libs/lua/package.lni @@ -28,6 +28,10 @@ type = 'string' [loaded] type = 'table' +[loaders] +version = {'Lua 5.1'} +type = 'table' + [loadlib] [[.args]] name = 'libname' @@ -44,6 +48,7 @@ type = 'string' type = 'table' [searchers] +version = {'Lua 5.2', 'Lua 5.3', 'Lua 5.4'} type = 'table' [searchpath] |