mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Smarter to swap these two
This commit is contained in:
@@ -593,8 +593,8 @@ namespace Tgstation.Server.Host.Components
|
||||
/// <inheritdoc />
|
||||
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),
|
||||
|
||||
Reference in New Issue
Block a user