Nikey646 / VndbSharp

A C# Vndb API Library. #OriginalNamingScheme
MIT License
18 stars 4 forks source link

[Bug] Broken Visual Novel Relationship Type #28

Closed micah686 closed 7 years ago

micah686 commented 7 years ago

The Relationship type only and ALWAYS returns the first value in the Enum, rather than going through the members as it should. So right now, whenever you try to get the relations of a novel, it will ONLY return Sequel, since that is at the top of the Enum. Switching the top value changes what is returned, so it's obviously reading the top values. I also checked against the results of vndb, and made sure that VndbSharp was returning incorrect values, which it was.

Nikey646 commented 7 years ago

Let me know if the commit fixed it.

Also, god damnit github, i didn't want to close this issue

micah686 commented 7 years ago

Nope, it's still broken.

Nikey646 commented 7 years ago

Okay, i'll have to give it a proper look to see whats going wrong later, when i get a break away from another project.