mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-04-26 02:36:25 +00:00
fix(gloves): print selected gloves
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user