Fix the build [TGSDeploy]

This commit is contained in:
Jordan Brown
2020-05-08 22:36:16 -04:00
parent e6e82f5c4a
commit 3ebb922f91
@@ -33,9 +33,6 @@ namespace Tgstation.Server.Host.Components.Watchdog
/// <inheritdoc />
public override RebootState? RebootState => Running ? (AlphaIsActive ? alphaServer?.RebootState : bravoServer?.RebootState) : null;
/// <inheritdoc />
protected override string DeploymentTimeWhileRunning => "when DreamDaemon reboots";
/// <summary>
/// Server designation alpha
/// </summary>