mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 03:39:42 +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;
|
||||
}
|
||||
alreadyParsedPaths.insert(path);
|
||||
mActiveConfigPaths.push_back(path);
|
||||
config = loadConfig(path, description);
|
||||
if (config && hasReplaceConfig(*config) && parsedConfigs.size() > 1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue