From 3c0f1e8b3dec8377601c3196928e7d70696d09f0 Mon Sep 17 00:00:00 2001 From: AraHaan Date: Thu, 28 Jan 2016 16:39:37 -0600 Subject: [PATCH] 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. --- WindowsInstaller/BetterDiscordWI/panels/Panel2.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/WindowsInstaller/BetterDiscordWI/panels/Panel2.cs b/WindowsInstaller/BetterDiscordWI/panels/Panel2.cs index c3f182c7..34b57a02 100644 --- a/WindowsInstaller/BetterDiscordWI/panels/Panel2.cs +++ b/WindowsInstaller/BetterDiscordWI/panels/Panel2.cs @@ -52,7 +52,6 @@ namespace BetterDiscordWI.panels foreach (var process in Process.GetProcessesByName("DiscordPTB")) { process.Kill(); - break; } }