mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 14:12:25 +00:00
remove Temp < 0 message for now
This commit is contained in:
@@ -31,7 +31,7 @@ void TCPSend(Client* c, const std::string& Data) {
|
|||||||
} else if (Temp < 0) {
|
} else if (Temp < 0) {
|
||||||
if (c->GetStatus() > -1)
|
if (c->GetStatus() > -1)
|
||||||
c->SetStatus(-1);
|
c->SetStatus(-1);
|
||||||
info(Sec("Closing socket, Temp < 0"));
|
// info(Sec("Closing socket, Temp < 0"));
|
||||||
closesocket(c->GetTCPSock());
|
closesocket(c->GetTCPSock());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user