Closed SamShanks1 closed 3 weeks ago
When removing money using account.removeBalance() ox_banking transaction log shows the balance as if it was added.
account.removeBalance()
ox_banking uses from balance as newBalance, so we are now updating the balance by taking away the amount if addAction is not "add".
When removing money using
account.removeBalance()
ox_banking transaction log shows the balance as if it was added.ox_banking uses from balance as newBalance, so we are now updating the balance by taking away the amount if addAction is not "add".