diff options
Diffstat (limited to '.luarc.json')
| -rw-r--r-- | .luarc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json index 7a1b616..f33c270 100644 --- a/.luarc.json +++ b/.luarc.json @@ -4,5 +4,6 @@ "disable": [ "lowercase-global" ] - } + }, + "runtime.version": "LuaJIT" } |
