mirror of
https://github.com/xHyroM/lighteco.git
synced 2024-11-10 01:18:07 +01:00
docs: add TODO
This commit is contained in:
parent
63e911a12c
commit
7ebcfedcf6
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ public abstract class AbstractCommandManager implements CommandManager {
|
||||||
|
|
||||||
User user = this.plugin.getUserManager().getIfLoaded(sender.getUniqueId());
|
User user = this.plugin.getUserManager().getIfLoaded(sender.getUniqueId());
|
||||||
|
|
||||||
|
// TODO: ADD CHECKS FOR IF USER HAS ENOUGH MONEY
|
||||||
|
|
||||||
// calculate tax using Currency#calculateTax
|
// calculate tax using Currency#calculateTax
|
||||||
BigDecimal tax = currency.getProxy().calculateTax(user.getProxy(), amount);
|
BigDecimal tax = currency.getProxy().calculateTax(user.getProxy(), amount);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue