mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-16 20:46:34 +00:00
Fix #6862
This commit is contained in:
parent
f1fd0d2e4a
commit
dc3ba3a75b
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