API: make the pp slightly more accurate
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 33s
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 33s
This commit is contained in:
parent
f351c7a3c1
commit
cc351e6cad
@ -34,7 +34,7 @@ public class ScoreSaberPlatform extends Platform {
|
|||||||
/**
|
/**
|
||||||
* The base multiplier for stars.
|
* The base multiplier for stars.
|
||||||
*/
|
*/
|
||||||
private final double starMultiplier = 42.114296;
|
private final double starMultiplier = 42.113708413;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The ScoreSaber service to use
|
* The ScoreSaber service to use
|
||||||
|
Reference in New Issue
Block a user