diff --git a/src/Tgstation.Server.Host/Components/Watchdog/MonitorState.cs b/src/Tgstation.Server.Host/Components/Watchdog/MonitorState.cs
index cb2264c96f..571874a370 100644
--- a/src/Tgstation.Server.Host/Components/Watchdog/MonitorState.cs
+++ b/src/Tgstation.Server.Host/Components/Watchdog/MonitorState.cs
@@ -12,11 +12,6 @@ namespace Tgstation.Server.Host.Components.Watchdog
///
public bool RebootingInactiveServer { get; set; }
- ///
- /// If the inactive server has a .dmb and needs to be swapped in
- ///
- public bool InactiveServerHasStagedDmb { get; set; }
-
///
/// If the inactive server is in an unrecoverable state
///
diff --git a/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs b/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs
index 5f366555f5..0aa6066494 100644
--- a/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs
+++ b/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs
@@ -349,16 +349,13 @@ namespace Tgstation.Server.Host.Components.Watchdog
//replace the notification tcs here so that the next loop will read a fresh one
activeParametersUpdated = new TaskCompletionSource