mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Remove redundant call to StopMonitor()
This commit is contained in:
@@ -713,7 +713,6 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
|
||||
if (startMonitor)
|
||||
{
|
||||
await StopMonitor().ConfigureAwait(false);
|
||||
monitorCts = new CancellationTokenSource();
|
||||
monitorTask = MonitorLifetimes(monitorCts.Token);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user