mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-25 01:21:41 +01:00
Fix DecimalFormat
This commit is contained in:
parent
6a3a27488e
commit
03722cf614
@ -170,7 +170,7 @@ public class MathUtils {
|
||||
return biggest.isPresent() ? biggest.getAsLong() : 1;
|
||||
}
|
||||
|
||||
private static final DecimalFormat df = new DecimalFormat("#.##");
|
||||
private static final DecimalFormat df = new DecimalFormat("#'.'##");
|
||||
|
||||
/**
|
||||
* Rounds the double to a double with two digits at the end.
|
||||
|
Loading…
Reference in New Issue
Block a user