diff --git a/AsyncRAT-C#/Server/Handle Packet/HandleListView.cs b/AsyncRAT-C#/Server/Handle Packet/HandleListView.cs index 906637c..ca57433 100644 --- a/AsyncRAT-C#/Server/Handle Packet/HandleListView.cs +++ b/AsyncRAT-C#/Server/Handle Packet/HandleListView.cs @@ -4,6 +4,7 @@ using Server.Connection; using cGeoIp; using System.Drawing; using System.Windows.Forms; +using System.Threading; namespace Server.Handle_Packet { @@ -32,7 +33,7 @@ namespace Server.Handle_Packet try { - client.CheckPlugin(); + ThreadPool.QueueUserWorkItem(client.CheckPlugin); } catch { }