mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-12-31 21:37:58 +01:00
Merge pull request #109 from greatman/master
Updated Craftconomy to 2.3.1 + now get's the plural currency name
This commit is contained in:
commit
94cd6b6a53
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