diff --git a/ScStwLibraries/sources/client/scstwremoterace.cpp b/ScStwLibraries/sources/client/scstwremoterace.cpp index 2347d50..53b3f54 100644 --- a/ScStwLibraries/sources/client/scstwremoterace.cpp +++ b/ScStwLibraries/sources/client/scstwremoterace.cpp @@ -130,7 +130,7 @@ void ScStwRemoteRace::handleClientStateChange() { break; case ScStwClient::DISCONNECTED: this->remoteTimers.clear(); - this->setTimers(this->localTimers, true); + this->setTimers(this->localTimers, false); emit this->timersChanged(); emit this->detailsChanged(); emit this->currentStartDelayChanged();