mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-24 23:11:34 +00:00
Merge branch 'fix_6862' into 'master'
Fix #6862 Closes #6862 See merge request OpenMW/openmw!2115
This commit is contained in:
commit
e27dda7524
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ void ConfigurationManager::readConfiguration(bpo::variables_map& variables,
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
alreadyParsedPaths.insert(path);
|
alreadyParsedPaths.insert(path);
|
||||||
mActiveConfigPaths.push_back(path);
|
|
||||||
config = loadConfig(path, description);
|
config = loadConfig(path, description);
|
||||||
if (config && hasReplaceConfig(*config) && parsedConfigs.size() > 1)
|
if (config && hasReplaceConfig(*config) && parsedConfigs.size() > 1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue