This commit is contained in:
Pieter-Jan Briers
2022-10-04 09:28:48 +02:00
committed by GitHub
parent 56b78a6099
commit 7131b4fba0

View File

@@ -21,7 +21,7 @@ public sealed class RulesManager : SharedRulesManager
[Dependency] private readonly IEntitySystemManager _sysMan = default!; [Dependency] private readonly IEntitySystemManager _sysMan = default!;
private InfoSection rulesSection = new InfoSection("", "", false); private InfoSection rulesSection = new InfoSection("", "", false);
private bool _shouldShowRules = true; private bool _shouldShowRules = false;
private RulesPopup? _activePopup; private RulesPopup? _activePopup;