diff --git a/.luarc.json b/.luarc.json index e83a348..02ba89e 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,5 +1,5 @@ { - "runtime.version": "LuaJIT", + "runtime.version": "Lua 5.1", "runtime.path": [ "lua/?.lua", "lua/?/init.lua" @@ -13,4 +13,4 @@ ], "workspace.checkThirdParty": false, "completion.callSnippet": "Replace" -} \ No newline at end of file +}