diff --git a/src/Tgstation.Server.Host/Components/Instance.cs b/src/Tgstation.Server.Host/Components/Instance.cs index 5ebff412e9..ccb6c0b1c3 100644 --- a/src/Tgstation.Server.Host/Components/Instance.cs +++ b/src/Tgstation.Server.Host/Components/Instance.cs @@ -593,8 +593,8 @@ namespace Tgstation.Server.Host.Components /// public async Task StopAsync(CancellationToken cancellationToken) { - await Watchdog.StopAsync(cancellationToken).ConfigureAwait(false); await SetAutoUpdateInterval(0).ConfigureAwait(false); + await Watchdog.StopAsync(cancellationToken).ConfigureAwait(false); await Task.WhenAll( Configuration.StopAsync(cancellationToken), ByondManager.StopAsync(cancellationToken),