mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-18 11:05:37 +00:00
add Client( ) around player name in TID output
This commit is contained in:
parent
9ddab14f01
commit
583819070b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user