diff --git a/src/Tgstation.Server.Host/Components/Chat/Commands/CommandFactory.cs b/src/Tgstation.Server.Host/Components/Chat/Commands/CommandFactory.cs
index 28eecb2628..a575ec9c87 100644
--- a/src/Tgstation.Server.Host/Components/Chat/Commands/CommandFactory.cs
+++ b/src/Tgstation.Server.Host/Components/Chat/Commands/CommandFactory.cs
@@ -8,8 +8,6 @@ using Tgstation.Server.Host.Components.Watchdog;
using Tgstation.Server.Host.Database;
using Tgstation.Server.Host.System;
-#nullable disable
-
namespace Tgstation.Server.Host.Components.Chat.Commands
{
///
@@ -48,7 +46,7 @@ namespace Tgstation.Server.Host.Components.Chat.Commands
///
/// The for the .
///
- IWatchdog watchdog;
+ IWatchdog? watchdog;
///
/// Initializes a new instance of the class.