mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Disable name style check due to open issue
https://github.com/LuaLS/lua-language-server/issues/2643
This commit is contained in:
@@ -18,7 +18,7 @@ lib.collect_statics = function()
|
||||
end
|
||||
|
||||
stats.mods = {}
|
||||
for name, version in pairs(game.active_mods) do
|
||||
for name, version in pairs(script.active_mods) do
|
||||
stats.mods[name] = version
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user