We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c0dd5 commit 3254b3fCopy full SHA for 3254b3f
1 file changed
src/Modules/Main.lua
@@ -130,7 +130,9 @@ function main:Init()
130
self.saveNewModCache = true
131
else
132
-- Load mod cache
133
- modLib.parseModCache = LoadModule("Data/ModCache")
+ for k, v in pairs(LoadModule("Data/ModCache")) do
134
+ modLib.parseModCache[k] = v
135
+ end
136
end
137
138
--[[ this does not work properly anymore see PR #7675
0 commit comments