Use util for manager give player money cmd

This commit is contained in:
Vortrex
2021-04-28 21:28:05 -05:00
parent 3845765a0b
commit d25ac70b77

View File

@@ -702,7 +702,7 @@ function givePlayerMoneyCommand(command, params, client) {
return false;
}
getPlayerCurrentSubAccount(targetClient).cash += amount;
givePlayerMoney(client, toInteger(amount));
updatePlayerCash(targetClient);
messagePlayerSuccess(client, `You gave [#AAAAAA]$${amount} [#FFFFFF]to [#AAAAAA]${getCharacterFullName(targetClient)}`);
messagePlayerAlert(client, `An admin gave you [#AAAAAA]$${amount}`);