mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-18 10:55:36 +00:00
Possible debug spam fix
This commit is contained in:
parent
954d55c1a6
commit
6ecf6c58ac
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user