From 3ebb922f91368f73a3099a67a3e4c224b2a78a2f Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 8 May 2020 22:36:16 -0400 Subject: [PATCH] Fix the build [TGSDeploy] --- .../Components/Watchdog/ExperimentalWatchdog.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Watchdog/ExperimentalWatchdog.cs b/src/Tgstation.Server.Host/Components/Watchdog/ExperimentalWatchdog.cs index c766b3c48a..7df5e8d77f 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/ExperimentalWatchdog.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/ExperimentalWatchdog.cs @@ -33,9 +33,6 @@ namespace Tgstation.Server.Host.Components.Watchdog /// public override RebootState? RebootState => Running ? (AlphaIsActive ? alphaServer?.RebootState : bravoServer?.RebootState) : null; - /// - protected override string DeploymentTimeWhileRunning => "when DreamDaemon reboots"; - /// /// Server designation alpha ///