CamxxCore / iFruitAddon

GTA V ScriptHookVDotNet extension allowing customization of the in- game mobile phone
MIT License
20 stars 10 forks source link

Typo on line 81 of ContactIcon.cs #6

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello, small issue I noticed was that on ContactIcon.cs line 81 public static ContactIcon Lester { get { return new ContactIcon("char_lazlow"); } }

Basically it will show the icon for Lazlow if you select Lester. Just a minor issue.

Note: I'm very new to C# so I may be dead wrong and that may be intended, if I am please just correct me, thanks!

CamxxCore commented 8 years ago

Good eye. Thanks for letting me know.

ghost commented 8 years ago

No problem, happy to see the quick response!