mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-19 12:40:49 +00:00
Oopsie
This commit is contained in:
parent
9e1334cc09
commit
b8cb757ca4
@ -103,7 +103,7 @@ bool Config::GameSettings::readFile(QTextStream& stream, QMultiMap<QString, QStr
|
||||
if (line.isEmpty() || line.startsWith("#"))
|
||||
continue;
|
||||
|
||||
QRegularExpressionMatch match = keyRe.match(line);
|
||||
QRegularExpressionMatch match = replaceRe.match(line);
|
||||
if (match.hasMatch())
|
||||
{
|
||||
QString key = match.captured(1).trimmed();
|
||||
|
Loading…
x
Reference in New Issue
Block a user