mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-13 06:06:28 +01:00
Added fractionalDigits() to Register Hook
Why not :)
This commit is contained in:
parent
4a987eb250
commit
1a8184c4ea
@ -49,7 +49,7 @@ public class VaultEco implements Method {
|
||||
}
|
||||
|
||||
public int fractionalDigits() {
|
||||
return 0;
|
||||
return this.economy.fractionalDigits();
|
||||
}
|
||||
|
||||
public String format(double amount) {
|
||||
|
Loading…
Reference in New Issue
Block a user