ECONOMY MADNESS? THIS IS … FIXED

This commit is contained in:
snowleo 2013-05-05 11:41:19 +02:00
parent aaebb6143e
commit 6044cca54f
13 changed files with 270 additions and 102 deletions

View file

@ -26,7 +26,7 @@ public class Commandeco extends EssentialsCommand
}
Commandeco.EcoCommands cmd;
BigDecimal startingBalance = new BigDecimal(ess.getSettings().getStartingBalance());
BigDecimal startingBalance = ess.getSettings().getStartingBalance();
BigDecimal amount;
BigDecimal broadcast = null;
BigDecimal broadcastAll = null;