File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,6 @@ function main:Init()
118118
119119 if not SetDPIScaleOverridePercent then SetDPIScaleOverridePercent = function (scale ) end end
120120
121- if self .userPath then
122- self :ChangeUserPath (self .userPath , ignoreBuild )
123- end
124-
125121 if launch .devMode and IsKeyDown (" CTRL" ) or os.getenv (" REGENERATE_MOD_CACHE" ) == " 1" then
126122 -- If modLib.parseMod doesn't find a cache entry it generates it.
127123 -- Not loading pre-generated cache causes it to be rebuilt
@@ -143,6 +139,10 @@ function main:Init()
143139 self .tree = { }
144140 self :LoadTree (latestTreeVersion )
145141
142+ if self .userPath then
143+ self :ChangeUserPath (self .userPath , ignoreBuild )
144+ end
145+
146146 self .uniqueDB = { list = { }, loading = true }
147147 self .rareDB = { list = { }, loading = true }
148148
You can’t perform that action at this time.
0 commit comments