Closed ghost closed 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"); } }
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!
Good eye. Thanks for letting me know.
No problem, happy to see the quick response!
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!