mirror of
https://github.com/kiranhart/Auction-House.git
synced 2025-02-10 18:21:19 +01:00
increase friendly number format range
This commit is contained in:
parent
08e0e0ead0
commit
9aa111cc73
@ -81,7 +81,7 @@ public class AuctionAPI {
|
||||
if (value <= 0) return "0";
|
||||
|
||||
int power;
|
||||
String suffix = " KMBTQ";
|
||||
String suffix = " KMBTQPEZY";
|
||||
String formattedNumber = "";
|
||||
|
||||
NumberFormat formatter = new DecimalFormat("#,###.#");
|
||||
|
Loading…
Reference in New Issue
Block a user