mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Merge pull request #30 from Cyberboss/FuckinTimers
Timers will no longer enter an infinite loop of message boxes
This commit is contained in:
@@ -116,6 +116,7 @@ namespace TGControlPanel
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
BYONDTimer.Stop();
|
||||
Program.ServiceDisconnectException(ex);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -221,6 +221,7 @@ namespace TGControlPanel
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
ServerTimer.Stop();
|
||||
Program.ServiceDisconnectException(ex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user