mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-18 10:55:36 +00:00
remove Temp < 0 message for now
This commit is contained in:
parent
6ecf6c58ac
commit
fedca58e8e
@ -31,7 +31,7 @@ void TCPSend(Client* c, const std::string& Data) {
|
||||
} else if (Temp < 0) {
|
||||
if (c->GetStatus() > -1)
|
||||
c->SetStatus(-1);
|
||||
info(Sec("Closing socket, Temp < 0"));
|
||||
// info(Sec("Closing socket, Temp < 0"));
|
||||
closesocket(c->GetTCPSock());
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user