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 c4ed6f1 commit df7aa21Copy full SHA for df7aa21
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