From 92f53a75c0c904f7fa476dc371e505964535fffc Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 20 Dec 2023 23:21:38 -0500 Subject: [PATCH] Nullify `EventScriptAttribute` --- .../Components/Events/EventScriptAttribute.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Events/EventScriptAttribute.cs b/src/Tgstation.Server.Host/Components/Events/EventScriptAttribute.cs index fafcd82562..ba93d34cf9 100644 --- a/src/Tgstation.Server.Host/Components/Events/EventScriptAttribute.cs +++ b/src/Tgstation.Server.Host/Components/Events/EventScriptAttribute.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; -#nullable disable - namespace Tgstation.Server.Host.Components.Events { ///