mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-03 23:08:08 +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
|
@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