From 654e72fe6ab48f9f0a3635391883ea8bbcd82cd8 Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Fri, 24 Jun 2022 11:40:44 -0300 Subject: [PATCH] allow setting HiddenSubs --- .../BarotraumaShared/SharedSource/Networking/ServerSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaShared/SharedSource/Networking/ServerSettings.cs b/Barotrauma/BarotraumaShared/SharedSource/Networking/ServerSettings.cs index f134cc1ad..c4d641302 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/Networking/ServerSettings.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/Networking/ServerSettings.cs @@ -391,7 +391,7 @@ namespace Barotrauma.Networking public const int MaxExtraCargoItemTypes = 20; public Dictionary ExtraCargo { get; private set; } - public HashSet HiddenSubs { get; private set; } + public HashSet HiddenSubs { get; set; } private float selectedLevelDifficulty; private string password;