From c04a0270e13ba0e7a077bc1720c131de2c9a87b0 Mon Sep 17 00:00:00 2001 From: AJCM-git <60196617+AJCM-git@users.noreply.github.com> Date: Sun, 3 Jan 2021 11:23:50 -0400 Subject: [PATCH] Updates client IgnoredComponents list (#2859) --- Content.Client/IgnoredComponents.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index 676c7f33ca..9c2b038dec 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -228,7 +228,9 @@ namespace Content.Client "BiologicalSurgeryData", "CargoTelepad", "TraitorDeathMatchRedemption", - "GlassBeaker" + "GlassBeaker", + "DamageOtherOnHit", + "DamageOnLand" }; } }