diff --git a/TGControlPanel/ByondPage.cs b/TGControlPanel/ByondPage.cs index ef0539e184..7592d4720e 100644 --- a/TGControlPanel/ByondPage.cs +++ b/TGControlPanel/ByondPage.cs @@ -116,6 +116,7 @@ namespace TGControlPanel } catch (Exception ex) { + BYONDTimer.Stop(); Program.ServiceDisconnectException(ex); } } diff --git a/TGControlPanel/ServerPage.cs b/TGControlPanel/ServerPage.cs index a95542392e..69b058731e 100644 --- a/TGControlPanel/ServerPage.cs +++ b/TGControlPanel/ServerPage.cs @@ -221,6 +221,7 @@ namespace TGControlPanel } catch (Exception ex) { + ServerTimer.Stop(); Program.ServiceDisconnectException(ex); } }