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

This commit is contained in:
Lee 2024-08-02 02:50:12 +01:00
parent cc351e6cad
commit 0abff880c2

@ -33,8 +33,11 @@ import java.util.Map;
public class ScoreSaberPlatform extends Platform {
/**
* The base multiplier for stars.
* <p>
* The ScoreSaber star multiplier.
* </p>
*/
private final double starMultiplier = 42.113708413;
private final double starMultiplier = 42.117208413;
/**
* The ScoreSaber service to use