From a9a6438d74360e5a61b6868fb17a2810a387b523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Sat, 8 Aug 2020 15:35:20 +0200 Subject: [PATCH] Ignore Barotrauma component on the client. --- Content.Client/IgnoredComponents.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index 10784bf2e2..c0915caf7b 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -154,6 +154,7 @@ "Spray", "Vapor", "DamageOnHighSpeedImpact", + "Barotrauma", }; } }