Merge remote-tracking branch 'origin/dev' into unbased

This commit is contained in:
AffectedArc07
2020-08-19 16:54:38 +01:00
@@ -205,9 +205,6 @@ namespace Tgstation.Server.Host.Components.Watchdog
// retrieve the session controller
Server = await serverLaunchTask.ConfigureAwait(false);
// failed reattaches will return null
Server?.SetHighPriority();
// possiblity of null servers due to failed reattaches
if (Server == null)
{
@@ -218,6 +215,8 @@ namespace Tgstation.Server.Host.Components.Watchdog
return;
}
Server.SetHighPriority();
await CheckLaunchResult(Server, "Server", cancellationToken).ConfigureAwait(false);
Server.EnableCustomChatCommands();