Compare commits

...

2 Commits

Author SHA1 Message Date
71a78696ba Merge remote-tracking branch 'origin/master'
All checks were successful
Fetch new Pia Servers / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 14s
2024-04-27 06:25:36 +01:00
e5543a9ab9 fix number format 2024-04-27 06:25:31 +01:00

View File

@ -17,7 +17,7 @@ import java.util.List;
import java.util.Map;
public class ReadMeManager {
private final DecimalFormat decimalFormat = new DecimalFormat("#,###.00");
private final DecimalFormat decimalFormat = new DecimalFormat("#,###");
@SneakyThrows
public ReadMeManager() {