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:
parent
1bf8127ebe
commit
3c0f1e8b3d
|
@ -52,7 +52,6 @@ namespace BetterDiscordWI.panels
|
||||||
foreach (var process in Process.GetProcessesByName("DiscordPTB"))
|
foreach (var process in Process.GetProcessesByName("DiscordPTB"))
|
||||||
{
|
{
|
||||||
process.Kill();
|
process.Kill();
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue