From f36349fb6fd6c541a84dc20fbf28d17323a504d3 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 17 Dec 2023 14:43:16 -0500 Subject: [PATCH] Nullify `CommandFactory` --- .../Components/Chat/Commands/CommandFactory.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.