brussell98 / node-osu

A library for interacting with the osu api.
MIT License
39 stars 11 forks source link

Miscalculation of accuracy #7

Closed cosmodd closed 5 years ago

cosmodd commented 5 years ago

Hello ! 😀

I'm just here to warn you about a calculation error of accuracy in Constants.js. Since counts are strings, they just add them as intended by JS so for example 0 0 54 156 (without the spaces). So, it could be nice if it was fixed in Constants.js or Score.js with parseInts.

Thank you for your attention, good continuation. 👍