diff options
Diffstat (limited to 'src/crsm.cpp')
| -rw-r--r-- | src/crsm.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp index 3a79023..22c8908 100644 --- a/src/crsm.cpp +++ b/src/crsm.cpp @@ -299,6 +299,10 @@ void CRSM::clientConnected(const ClientInfo& client) { sendIrcMessage("[Clonk] " + client.toString() + " verbunden.", Config.IRC.IngameChannel, false, false); } + if(Session.CountDown != -1 && Session.CountDown <= Config.Clonk.Server.JoinStopCountDown) + { + control.abortCountdown(); + } } void CRSM::clientRemoved(const ClientInfo& client, const QString& reason) |
