ORM now displays your mining point balance instead of your bank account balance (#93557)

## About The Pull Request
I don't think that the payout is in credits, chief.

## Why It's Good For The Game
This is pretty clearly an oversight, as it only makes sense if its meant
to display the balance to which your payout will be added

## Changelog
🆑
fix: ORM now displays your mining point balance instead of your bank
account balance
/🆑
This commit is contained in:
SmArtKar
2025-10-23 00:36:19 +02:00
committed by GitHub
parent 6d03fba718
commit 16015775ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -290,7 +290,7 @@
if(card?.registered_account)
data["user"] = list(
"name" = card.registered_account.account_holder,
"cash" = card.registered_account.account_balance,
"cash" = card.registered_account.mining_points,
)
else if(issilicon(user))