mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-27 13:07:23 +01:00
Implemented getCurrencyNameSingular() and getCurrencyNamePlural() for MineConomy using default currency.
This commit is contained in:
parent
f6cee62506
commit
64e9072c96
@ -100,11 +100,11 @@ public class Economy_MineConomy implements Economy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String currencyNameSingular() {
|
public String currencyNameSingular() {
|
||||||
return "";
|
return MCCom.getDefaultCurrency();
|
||||||
}
|
}
|
||||||
|
|
||||||
public String currencyNamePlural() {
|
public String currencyNamePlural() {
|
||||||
return "";
|
return MCCom.getDefaultCurrency();
|
||||||
}
|
}
|
||||||
|
|
||||||
public double getBalance(String playerName) {
|
public double getBalance(String playerName) {
|
||||||
|
Loading…
Reference in New Issue
Block a user