Skip to content

Commit

Permalink
Update MpPedCustomization.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
XdGoldenTigerOfficial committed Jan 16, 2024
1 parent 6a23ad2 commit 34a714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vMenu/menus/MpPedCustomization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@ private List<string> GetAllCategoryNames()

private List<MenuItem.Icon> GetCategoryIcons(List<string> categoryNames)
{
List<MenuItem.Icon> icons = new List<string> {};
List<MenuItem.Icon> icons = new List<MenuItem.Icon> {};

foreach (var name in categoryNames)
{
Expand Down

0 comments on commit 34a714c

Please sign in to comment.