Rounding on com.brandon3055.brandonscore.common.utills.Utills.formatNumber(Long)
huwcbjones opened this issue ยท 2 comments
Rounds to integer values when value > 1 billion.
Should give 4 significant figures as the rest of the rounding does.
See gist for test that shows the fix.