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)]