mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Why isn't the detach message sending?
This commit is contained in:
@@ -933,6 +933,8 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
releaseServers = true;
|
||||
if (Status == WatchdogStatus.Online)
|
||||
await Chat.SendWatchdogMessage("Detaching...", false, cancellationToken).ConfigureAwait(false);
|
||||
else
|
||||
Logger.LogTrace("Not sending detach chat message as status is: {0}", Status);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user