Skip to content

Commit beb5ad1

Browse files
committed
Fix previous changes
1 parent aa8fe7e commit beb5ad1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Content.Client/_White/Loadouts/LoadoutPicker.Categories.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ private void EntryBackButtonPressed(BaseButton.ButtonEventArgs obj)
6161
if (CurrentEntry.Parent != null)
6262
{
6363
CurrentEntry = CurrentEntry.Parent;
64-
if (CurrentEntry is LoadoutCategoryShowMenuEntry categoryEntry)
65-
_selectedLoadoutCategory = categoryEntry.CategoryId;
66-
else
67-
_selectedLoadoutCategory = null;
64+
_selectedLoadoutCategory = null;
6865
}
6966
}
7067

0 commit comments

Comments
 (0)