Only tell the user that we're refreshing their balance on their actions

This commit is contained in:
Lirusaito
2019-03-16 23:02:24 -04:00
parent 6898697246
commit dea8ac2cf8
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ public:
void creditBalance(S32 credit);
// Request the latest currency balance from the server
static void sendMoneyBalanceRequest();
static void sendMoneyBalanceRequest(bool from_user = false);
void setHealth(S32 percent);