Woops set new char cash not skin

This commit is contained in:
Vortrex
2021-04-28 21:27:50 -05:00
parent 51f25dc10e
commit 3845765a0b

View File

@@ -62,7 +62,7 @@ function setNewCharacterMoneyCommand(command, params, client) {
let splitParams = params.split();
let amount = toInteger(splitParams[0]) || 1000;
getServerConfig().newCharacter.cash = skinId;
getServerConfig().newCharacter.cash = amount;
messagePlayerNormal(client, `The new character money has been set to $${amount}`);
return true;