mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-24 00:46:59 +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){
|
void TCPClient(Client*c){
|
||||||
DebugPrintTIDInternal(c->GetName(), true);
|
DebugPrintTIDInternal(Sec("Client(") + c->GetName() + Sec(")"), true);
|
||||||
Assert(c);
|
Assert(c);
|
||||||
if(c->GetTCPSock() == -1){
|
if(c->GetTCPSock() == -1){
|
||||||
CI->RemoveClient(c);
|
CI->RemoveClient(c);
|
||||||
|
|||||||
Reference in New Issue
Block a user