From b643c95e629fac80d47a1967ad80d3a567b61a99 Mon Sep 17 00:00:00 2001 From: StefanX <60297289+stefanx111@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:38:07 +0300 Subject: [PATCH] fix(gloves): print selected gloves --- Commands.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Commands.cs b/Commands.cs index 60cf86ce..de71a884 100644 --- a/Commands.cs +++ b/Commands.cs @@ -538,6 +538,11 @@ public partial class WeaponPaints AddTimer(2.0f, () => _playerWeaponImage.Remove(player.Slot), CounterStrikeSharp.API.Modules.Timers.TimerFlags.STOP_ON_MAPCHANGE); } + if (!string.IsNullOrEmpty(Localizer["wp_glove_menu_select"])) + { + player.Print(Localizer["wp_glove_menu_select", selectedPaintName]); + } + PlayerInfo playerInfo = new PlayerInfo { UserId = player.UserId,