mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-27 13:07:23 +01:00
Craftconomy update. Get's the plural name.
This commit is contained in:
parent
88cf4a6a47
commit
630ed91a12
Binary file not shown.
@ -116,7 +116,7 @@ public class Economy_Craftconomy implements Economy {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String currencyNamePlural() {
|
public String currencyNamePlural() {
|
||||||
return CurrencyHandler.getCurrency(Config.currencyDefault, true).getName();
|
return CurrencyHandler.getCurrency(Config.currencyDefault, true).getNamePlural();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user