Skip to content

Commit

Permalink
fix: added return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsol6 authored and ktos committed Dec 16, 2024
1 parent 70e4b02 commit 44eea7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Server/Components/Popups/EquipmentPopup.razor
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
item.IsEquipped = true;
ItemsRepository.UpdateItemAsync(item);
Equipment.Add(item);
return;
}

foreach (var equipped in Equipment)
Expand Down

0 comments on commit 44eea7f

Please sign in to comment.