mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 06:15:32 +00:00
Wizard: fix "file is already opened" warning
This commit is contained in:
parent
c8d85dcf30
commit
ab789e37e1
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ void Wizard::MainWizard::setupGameSettings()
|
|||
mGameSettings.readUserFile(stream);
|
||||
}
|
||||
|
||||
file.close();
|
||||
|
||||
// Now the rest
|
||||
QStringList paths;
|
||||
paths.append(userPath + QLatin1String("openmw.cfg"));
|
||||
|
|
Loading…
Reference in a new issue