Fix for F

This commit is contained in:
daffyyyy
2023-12-13 19:49:47 +01:00
parent fc42190701
commit c907911cd1

View File

@@ -210,7 +210,7 @@ namespace WeaponPaints
int.TryParse(weaponDefIndexObj.ToString(), out var weaponDefIndex) &&
int.TryParse(selectedPaintID, out var paintID))
{
p!.Print(Localizer["f", selectedSkin]);
p!.Print(Localizer["wp_skin_menu_select", selectedSkin]);
if (!gPlayerWeaponsInfo[playerIndex].ContainsKey(weaponDefIndex))
{