remove random 2 second sleep on every car sync (!)

This commit is contained in:
Lion Kortlepel 2021-04-04 02:26:51 +02:00
parent a85ce18589
commit 60cc835daf

View File

@ -855,7 +855,6 @@ bool TNetwork::SyncClient(const std::weak_ptr<TClient>& c) {
return false; return false;
} }
res = Respond(*LockedClient, v.Data(), true, true); res = Respond(*LockedClient, v.Data(), true, true);
std::this_thread::sleep_for(std::chrono::seconds(2));
} }
} }