diff options
| -rw-r--r-- | src/crsm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp index f65f865..4506c4b 100644 --- a/src/crsm.cpp +++ b/src/crsm.cpp @@ -200,7 +200,7 @@ void CRSM::readServerOutput() if(activatedExp.exactMatch(what)) { QRegExp infoMatch("^<(.*)\\|(\\d+)\\|(.*)>$"); - if(infoMatch.exactMatch(joinExp.cap(1))) + if(infoMatch.exactMatch(activatedExp.cap(1))) { ClientInfo &info = getClientInfo(infoMatch.cap(1), infoMatch.cap(2).toInt(), infoMatch.cap(3)); info.activated = true; |
