From 7131b4fba09e6fc7ae20d45930889ba6c84b0f4a Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 4 Oct 2022 09:28:48 +0200 Subject: [PATCH] Oops (#11698) --- Content.Client/Info/RulesManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/Info/RulesManager.cs b/Content.Client/Info/RulesManager.cs index b70d9dae88..0b1c2dd077 100644 --- a/Content.Client/Info/RulesManager.cs +++ b/Content.Client/Info/RulesManager.cs @@ -21,7 +21,7 @@ public sealed class RulesManager : SharedRulesManager [Dependency] private readonly IEntitySystemManager _sysMan = default!; private InfoSection rulesSection = new InfoSection("", "", false); - private bool _shouldShowRules = true; + private bool _shouldShowRules = false; private RulesPopup? _activePopup;