Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Feb 20, 2025
1 parent c2eb586 commit fbc0793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Check failure on line 177 in Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'lastEntry' does not exist in the current context

Check failure on line 177 in Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'lastEntry' does not exist in the current context

Check failure on line 177 in Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'lastEntry' does not exist in the current context

Check failure on line 177 in Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'lastEntry' does not exist in the current context

Check failure on line 177 in Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The name 'lastEntry' does not exist in the current context

Check failure on line 177 in Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The name 'lastEntry' does not exist in the current context

Check failure on line 177 in Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The name 'lastEntry' does not exist in the current context

Check failure on line 177 in Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The name 'lastEntry' does not exist in the current context

Check failure on line 177 in Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs

View workflow job for this annotation

GitHub Actions / build

The name 'lastEntry' does not exist in the current context

Check failure on line 177 in Content.Client/UserInterface/Systems/Guidebook/GuidebookUIController.cs

View workflow job for this annotation

GitHub Actions / build

The name 'lastEntry' does not exist in the current context
{
selected = _lastEntry;
}
Expand Down

0 comments on commit fbc0793

Please sign in to comment.