summaryrefslogtreecommitdiff
path: root/server/libs/lua/basic.lni
diff options
context:
space:
mode:
Diffstat (limited to 'server/libs/lua/basic.lni')
-rw-r--r--server/libs/lua/basic.lni24
1 files changed, 22 insertions, 2 deletions
diff --git a/server/libs/lua/basic.lni b/server/libs/lua/basic.lni
index de0ed4be..a66b703c 100644
--- a/server/libs/lua/basic.lni
+++ b/server/libs/lua/basic.lni
@@ -352,9 +352,29 @@ enum = 'thread'
name = 'type'
enum = 'userdata'
-[_VERSION]
+["_VERSION Lua 5.1"]
+name = '_VERSION'
type = 'string'
-value = 'Lua5.3'
+value = 'Lua 5.1'
+version = 'Lua 5.1'
+
+["_VERSION Lua 5.2"]
+name = '_VERSION'
+type = 'string'
+value = 'Lua 5.2'
+version = 'Lua 5.2'
+
+["_VERSION Lua 5.3"]
+name = '_VERSION'
+type = 'string'
+value = 'Lua 5.3'
+version = 'Lua 5.3'
+
+["_VERSION Lua 5.4"]
+name = '_VERSION'
+type = 'string'
+value = 'Lua 5.4'
+version = 'Lua 5.4'
[xpcall]
[[.args]]