mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-02-05 15:02:07 +01:00
Merge pull request #337 from YLivay/master
Implemented MineConomy getCurrencyName() methods
This commit is contained in:
commit
f49a5e3960
@ -100,11 +100,11 @@ public class Economy_MineConomy implements Economy {
|
||||
}
|
||||
|
||||
public String currencyNameSingular() {
|
||||
return "";
|
||||
return MCCom.getDefaultCurrency();
|
||||
}
|
||||
|
||||
public String currencyNamePlural() {
|
||||
return "";
|
||||
return MCCom.getDefaultCurrency();
|
||||
}
|
||||
|
||||
public double getBalance(String playerName) {
|
||||
|
Loading…
Reference in New Issue
Block a user