From 16e90bea61530688324cb742ccb69abb14073da0 Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Wed, 27 Oct 2021 13:47:14 -0300 Subject: [PATCH] what the fuck --- .../SharedSource/Items/Components/Signal/WifiComponent.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Barotrauma/BarotraumaShared/SharedSource/Items/Components/Signal/WifiComponent.cs b/Barotrauma/BarotraumaShared/SharedSource/Items/Components/Signal/WifiComponent.cs index ad06fd954..83008b492 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/Items/Components/Signal/WifiComponent.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/Items/Components/Signal/WifiComponent.cs @@ -60,6 +60,7 @@ namespace Barotrauma.Items.Components set; } + private bool linkToChat = false; [ConditionallyEditable(ConditionallyEditable.ConditionType.AllowLinkingWifiToChat)]