mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 11:20:39 +00:00
Possible debug spam fix
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user