API: make the pp slightly more accurate
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 33s

This commit is contained in:
Lee 2024-08-02 02:25:33 +01:00
parent f351c7a3c1
commit cc351e6cad

@ -34,7 +34,7 @@ public class ScoreSaberPlatform extends Platform {
/**
* The base multiplier for stars.
*/
private final double starMultiplier = 42.114296;
private final double starMultiplier = 42.113708413;
/**
* The ScoreSaber service to use