Skip to content

Commit

Permalink
Merge pull request #97 from daffyyyy/some-changes
Browse files Browse the repository at this point in the history
Fix for F
  • Loading branch information
Nereziel authored Dec 13, 2023
2 parents 1aa486c + c907911 commit ae56b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ private void SetupSkinsMenu()
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))
{
Expand Down

0 comments on commit ae56b18

Please sign in to comment.