diff --git a/src/Tgstation.Server.Host/Components/Session/TopicClientFactory.cs b/src/Tgstation.Server.Host/Components/Session/TopicClientFactory.cs
index dc51016b29..3ed153a641 100644
--- a/src/Tgstation.Server.Host/Components/Session/TopicClientFactory.cs
+++ b/src/Tgstation.Server.Host/Components/Session/TopicClientFactory.cs
@@ -4,8 +4,6 @@ using Byond.TopicSender;
using Microsoft.Extensions.Logging;
-#nullable disable
-
namespace Tgstation.Server.Host.Components.Session
{
///
@@ -14,7 +12,7 @@ namespace Tgstation.Server.Host.Components.Session
///
/// The for created s.
///
- readonly ILogger logger;
+ readonly ILogger? logger;
///
/// Initializes a new instance of the class.