hburn7 / BanchoSharp

C# library for communicating with osu!Bancho
GNU General Public License v3.0
11 stars 2 forks source link

Fix both doubletime and nightcore being enabled at the same time #48

Closed matte-ek closed 1 year ago

matte-ek commented 1 year ago

Closes #35. If Nightcore is picked, Bancho will report both DoubleTime and Nightcore being enabled, which will cause the parsing code to mark both as enabled at the same time. I don't personally feel the reason to overcomplicate this, so this PR will just remove DT if NC is enabled.

hburn7 commented 1 year ago

LGTM