Possible debug spam fix

This commit is contained in:
Anonymous275 2020-11-12 23:58:23 +02:00
parent 954d55c1a6
commit 6ecf6c58ac

View File

@ -128,6 +128,7 @@ void SyncClient(Client* c) {
if (client.get() != c) {
for (auto& v : client->GetAllCars()) {
if (v != nullptr) {
if(c->GetStatus() < 0)return;
Respond(c, v->Data, true);
std::this_thread::sleep_for(std::chrono::seconds(2));
}