From fbc079351cb9a0b362272d7f904e462ebeafc3ac Mon Sep 17 00:00:00 2001 From: sleepyyapril Date: Thu, 20 Feb 2025 19:35:17 -0400 Subject: [PATCH] hm --- .../UserInterface/Systems/Guidebook/GuidebookUIController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs b/Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs index 98ac560e73..06f0f9cf36 100644 --- a/Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs +++ b/Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs @@ -174,7 +174,7 @@ public void ToggleGuidebook( if (selected == null) { - if (_lastEntry is { } lastEntry && lastEntry != null && guides.ContainsKey(lastEntry)) + if (_lastEntry is null && guides.ContainsKey(lastEntry)) { selected = _lastEntry; }