diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/PatchedClonkParser.cpp | 2 |
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)) { |
