mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
add Client( ) around player name in TID output
This commit is contained in:
@@ -113,7 +113,7 @@ void TCPRcv(Client*c){
|
||||
}
|
||||
|
||||
void TCPClient(Client*c){
|
||||
DebugPrintTIDInternal(c->GetName(), true);
|
||||
DebugPrintTIDInternal(Sec("Client(") + c->GetName() + Sec(")"), true);
|
||||
Assert(c);
|
||||
if(c->GetTCPSock() == -1){
|
||||
CI->RemoveClient(c);
|
||||
|
||||
Reference in New Issue
Block a user