Nikey646 / VndbSharp

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

Fixed a bug I overlooked that made gettings vns from staff return null. #26

Closed micah686 closed 7 years ago

micah686 commented 7 years ago

Somehow missed this bug where the get staff command with VndbFlags.VisualNovels would end up sending "get staff vn vns ...", making it return null, since vn isn't a valid request for "get staff".

I probably could have done it in less lines, but I'll work on that later™.

Nikey646 commented 7 years ago

I somehow didn't notice this PR and was playing around with that area of code, and as a result probs fixed whatever bug you created...woops... lol

Would you mind checking to see if those changes fixed the problem, and if they haven't fixing the conflict i just created :>

micah686 commented 7 years ago

You did end up fixing the problem, so I'm closing this PR

Nikey646 commented 7 years ago

Sorry xD