Update Clients.cs

This commit is contained in:
NYAN CAT 2019-10-09 18:02:00 +03:00
parent 2cb311bfad
commit 2480aeba99

View File

@ -138,8 +138,8 @@ namespace Server.Connection
} }
} }
catch { } catch { }
new HandleLogs().Addmsg($"Client {TcpClient.RemoteEndPoint.ToString().Split(':')[0]} disconnected", Color.Red);
})); }));
new HandleLogs().Addmsg($"Client {TcpClient.RemoteEndPoint.ToString().Split(':')[0]} disconnected", Color.Red);
} }
try try