summaryrefslogtreecommitdiffstats
path: root/src/PatchedClonkParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchedClonkParser.cpp')
-rw-r--r--src/PatchedClonkParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchedClonkParser.cpp b/src/PatchedClonkParser.cpp
index 7eea65d..4427ef3 100644
--- a/src/PatchedClonkParser.cpp
+++ b/src/PatchedClonkParser.cpp
@@ -185,7 +185,7 @@ void PatchedClonkParser::parseMessage(const QString &line)
return;
}
- for(const QString& text : {"Spiel konnte nicht registriert werden: ", "Could not register game: ", "FATALER FEHLER: Liga konnte nicht initialisiert werden: ", "FATAL ERROR: Could not initialize league: "})
+ for(const QString text : {"Spiel konnte nicht registriert werden: ", "Could not register game: ", "FATALER FEHLER: Liga konnte nicht initialisiert werden: ", "FATAL ERROR: Could not initialize league: "})
{
if(what.startsWith(text))
{