File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,10 @@ function main:Init()
139139 self .tree = { }
140140 self :LoadTree (latestTreeVersion )
141141
142+ if self .userPath then
143+ self :ChangeUserPath (self .userPath , ignoreBuild )
144+ end
145+
142146 self .uniqueDB = { list = { }, loading = true }
143147 self .rareDB = { list = { }, loading = true }
144148
Original file line number Diff line number Diff line change 1+ diff a/src/Modules/Main.lua b/src/Modules/Main.lua (rejected hunks)
2+ @@ -118,10 +118,6 @@ function main:Init()
3+
4+ if not SetDPIScaleOverridePercent then SetDPIScaleOverridePercent = function(scale) end end
5+
6+ - if self.userPath then
7+ - self:ChangeUserPath(self.userPath, ignoreBuild)
8+ - end
9+ -
10+ if launch.devMode and IsKeyDown("CTRL") or os.getenv("REGENERATE_MOD_CACHE") == "1" then
11+ -- If modLib.parseMod doesn't find a cache entry it generates it.
12+ -- Not loading pre-generated cache causes it to be rebuilt
You can’t perform that action at this time.
0 commit comments