mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
Fix #6862
This commit is contained in:
parent
f1fd0d2e4a
commit
dc3ba3a75b
@ -106,7 +106,6 @@ void ConfigurationManager::readConfiguration(bpo::variables_map& variables,
|
||||
continue;
|
||||
}
|
||||
alreadyParsedPaths.insert(path);
|
||||
mActiveConfigPaths.push_back(path);
|
||||
config = loadConfig(path, description);
|
||||
if (config && hasReplaceConfig(*config) && parsedConfigs.size() > 1)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user