diff --git a/mod/Gangs.BombIconPerk/BombIconMenu.cs b/mod/Gangs.BombIconPerk/BombIconMenu.cs index 023d70a4..463237ba 100644 --- a/mod/Gangs.BombIconPerk/BombIconMenu.cs +++ b/mod/Gangs.BombIconPerk/BombIconMenu.cs @@ -41,6 +41,7 @@ override protected Task HandleItemSelection(PlayerWrapper player, List items, int selectedIndex) { commands.ProcessCommand(player, CommandCallingContext.Chat, "css_bombicon", items[selectedIndex].ToString()); + Close(player); return Task.CompletedTask; }