Merge branch '2.x' into custom-currency-formatting

This commit is contained in:
Ali Moghnieh 2016-07-06 21:21:24 +01:00
commit caeb59ede4
4 changed files with 23 additions and 2 deletions

View file

@ -260,5 +260,7 @@ public interface ISettings extends IConf {
boolean isCommandCooldownPersistent(String label);
boolean isNpcsInBalanceRanking();
NumberFormat getCurrencyFormat();
}