Forgot to remove the Break

Forgot to remove the Break in the DiscordPTB part of the Task Terminator so that it would terminate all 3 instances of DiscordPTB.exe and yes it is normal for this.
This commit is contained in:
AraHaan 2016-01-28 16:39:37 -06:00
parent 1bf8127ebe
commit 3c0f1e8b3d
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ namespace BetterDiscordWI.panels
foreach (var process in Process.GetProcessesByName("DiscordPTB"))
{
process.Kill();
break;
}
}