API: make the pp slightly more accurate (revert)
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 32s
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 32s
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user