summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/crsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index ee307d8..a4618a8 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -211,7 +211,7 @@ void CRSM::readServerOutput()
}
static QRegExp lobbyStartExp(R"((?:Los geht's!|Action go!)\s*)");
- if(lobbyStartExp.exactMatch(what))
+ if(lobbyStartExp.exactMatch(what) && Session.State == CRSMSession::Lobby)
{
Session.State = CRSMSession::Loading;
ircSetIngameChannelTopic();