mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-28 00:17:11 +00:00
ECONOMY MADNESS? THIS IS … FIXED
This commit is contained in:
parent
aaebb6143e
commit
6044cca54f
13 changed files with 270 additions and 102 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue