From 2480aeba99bf1fa0041d23dc7f542b5bab7f8b5b Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Wed, 9 Oct 2019 18:02:00 +0300 Subject: [PATCH] Update Clients.cs --- AsyncRAT-C#/Server/Connection/Clients.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncRAT-C#/Server/Connection/Clients.cs b/AsyncRAT-C#/Server/Connection/Clients.cs index 44d8e80..5767dd2 100644 --- a/AsyncRAT-C#/Server/Connection/Clients.cs +++ b/AsyncRAT-C#/Server/Connection/Clients.cs @@ -138,8 +138,8 @@ namespace Server.Connection } } 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