diff --git a/Content.Client/Info/RulesManager.cs b/Content.Client/Info/RulesManager.cs index 1a098dd19c..1ee5de77b4 100644 --- a/Content.Client/Info/RulesManager.cs +++ b/Content.Client/Info/RulesManager.cs @@ -83,10 +83,7 @@ public sealed class RulesManager : SharedRulesManager public Control RulesSection() { - if (rulesSection.Disposed) - { - rulesSection = new InfoSection("", "", false); - } + rulesSection = new InfoSection("", "", false); UpdateRules(); return rulesSection; }