1
0
Fork 0
mirror of https://github.com/xHyroM/lighteco.git synced 2024-09-19 21:03:18 +02:00

docs: add TODO

This commit is contained in:
Jozef Steinhübl 2023-08-26 22:56:08 +02:00
parent 63e911a12c
commit 7ebcfedcf6

View file

@ -118,6 +118,8 @@ public abstract class AbstractCommandManager implements CommandManager {
User user = this.plugin.getUserManager().getIfLoaded(sender.getUniqueId());
// TODO: ADD CHECKS FOR IF USER HAS ENOUGH MONEY
// calculate tax using Currency#calculateTax
BigDecimal tax = currency.getProxy().calculateTax(user.getProxy(), amount);