Closed Assistant closed 6 years ago
Instead of removing the check, it should check for if its not equal to zero. Or make the bpm and noteSpeed floats nullable and check if they are still null after going through GetBPMAndNoteJump method. This is to ensure that the bpm value in the info.json gets used if it's missing in the difficulty json.
I'll merge and fix it myself.
Removed the negative BPM and NoteJumpSpeed checks.