We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08f6b3 commit f1010a4Copy full SHA for f1010a4
1 file changed
src/Engine/Options.cpp
@@ -563,9 +563,7 @@ void refreshMods()
563
_masterMod = "";
564
}
565
566
- // pick up stuff in common before-hand
567
- FileMap::load("common", CrossPlatform::searchDataFolder("common"), true);
568
-
+ _modInfos.clear();
569
std::string modPath = CrossPlatform::searchDataFolder("standard");
570
Log(LOG_INFO) << "Scanning standard mods in '" << modPath << "'...";
571
_scanMods(modPath);
@@ -679,6 +677,9 @@ void refreshMods()
679
677
680
678
void updateMods()
681
{
+ // pick up stuff in common before-hand
+ FileMap::load("common", CrossPlatform::searchDataFolder("common"), true);
682
+
683
refreshMods();
684
mapResources();
685
userSplitMasters();
0 commit comments