From 545717fc4835ce04c7e611e6df7ccaf853dee3eb Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 23 Dec 2023 10:16:28 -0500 Subject: [PATCH] Nullify `ChatUpdate` --- src/Tgstation.Server.Host/Components/Interop/ChatUpdate.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Interop/ChatUpdate.cs b/src/Tgstation.Server.Host/Components/Interop/ChatUpdate.cs index af902de7b6..12e9b408ab 100644 --- a/src/Tgstation.Server.Host/Components/Interop/ChatUpdate.cs +++ b/src/Tgstation.Server.Host/Components/Interop/ChatUpdate.cs @@ -4,8 +4,6 @@ using System.Linq; using Tgstation.Server.Host.Components.Chat; -#nullable disable - namespace Tgstation.Server.Host.Components.Interop { ///