Skip to content

Commit

Permalink
Close menu
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 18, 2024
1 parent b128907 commit 536d869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/Gangs.BombIconPerk/BombIconMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ override protected Task HandleItemSelection(PlayerWrapper player,
List<BombIcon> items, int selectedIndex) {
commands.ProcessCommand(player, CommandCallingContext.Chat, "css_bombicon",
items[selectedIndex].ToString());
Close(player);
return Task.CompletedTask;
}

Expand Down

0 comments on commit 536d869

Please sign in to comment.