Allow more currency customization.

Added currency key to messages.
This commit is contained in:
KHobbits 2012-03-04 10:11:58 +00:00
parent c3fa56322b
commit 6da705c86f
17 changed files with 269 additions and 252 deletions

View file

@ -249,7 +249,7 @@ public final class Economy
{
throw new RuntimeException(noCallBeforeLoad);
}
return Util.formatCurrency(amount, ess);
return Util.displayCurrency(amount, ess);
}
/**