Merge pull request #30 from Cyberboss/FuckinTimers

Timers will no longer enter an infinite loop of message boxes
This commit is contained in:
Leo
2017-06-07 11:11:06 -03:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ namespace TGControlPanel
}
catch (Exception ex)
{
BYONDTimer.Stop();
Program.ServiceDisconnectException(ex);
}
}
+1
View File
@@ -221,6 +221,7 @@ namespace TGControlPanel
}
catch (Exception ex)
{
ServerTimer.Stop();
Program.ServiceDisconnectException(ex);
}
}