From 9785a8e6478b59f25de7cea74117b79fc23d5f86 Mon Sep 17 00:00:00 2001 From: Exp Date: Mon, 10 Aug 2020 16:21:55 +0200 Subject: [PATCH] Add RadiatingLight to Server IgnoredComponents (#1636) --- Content.Server/IgnoredComponents.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/IgnoredComponents.cs b/Content.Server/IgnoredComponents.cs index f40975a84c..4aa536c30d 100644 --- a/Content.Server/IgnoredComponents.cs +++ b/Content.Server/IgnoredComponents.cs @@ -20,6 +20,7 @@ "EmergencyLight", "Clickable", "CanSeeGases", + "RadiatingLight", }; }