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:
Nick Minkler 2012-02-22 07:16:04 -08:00
commit 94cd6b6a53
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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