mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-23 19:16:31 +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
|
||||
public String currencyNamePlural() {
|
||||
return CurrencyHandler.getCurrency(Config.currencyDefault, true).getName();
|
||||
return CurrencyHandler.getCurrency(Config.currencyDefault, true).getNamePlural();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user