mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-23 19:16:31 +01:00
Updated fractional digits
Gringotts now only stores fractional digits to 2 decimal places.
This commit is contained in:
parent
72dba73b15
commit
20938f91ed
@ -120,7 +120,7 @@ public class Economy_Gringotts implements Economy {
|
|||||||
* @return number of digits after the decimal point kept
|
* @return number of digits after the decimal point kept
|
||||||
*/
|
*/
|
||||||
public int fractionalDigits(){
|
public int fractionalDigits(){
|
||||||
return -1;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user