forked from mirror/openmw-tes3mp
Remove unnecessary comment entry in the config file.
This commit is contained in:
parent
f3e040b531
commit
8e8da724f5
1 changed files with 1 additions and 1 deletions
|
@ -291,9 +291,9 @@ bool Config::GameSettings::writeFileWithComments(QFile &file)
|
|||
stream << key << "=" << value << "\n";
|
||||
}
|
||||
|
||||
// new entries
|
||||
if (!userSettingsCopy.empty())
|
||||
{
|
||||
stream << "# new entries" << "\n";
|
||||
QMap<QString, QString>::const_iterator it = userSettingsCopy.begin();
|
||||
for (; it != userSettingsCopy.end(); ++it)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue