mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-26 02:38:04 +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;
|
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…
x
Reference in New Issue
Block a user