mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 05:27:30 +01:00
Fix logic error preventing settings updates in AdvancedWatchdog
This commit is contained in:
@@ -222,7 +222,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
else
|
||||
Logger.LogTrace("Nothing to do as pendingSwappable is null.");
|
||||
|
||||
return MonitorAction.Continue;
|
||||
return await base.HandleNormalReboot(cancellationToken);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user