mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Removed debugging info
This commit is contained in:
@@ -221,9 +221,7 @@ function processGameplayCommands(message) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//try to send the money
|
//try to send the money
|
||||||
let val = dataRequest.sendServerData("transfer", targetMember.id, message.author.id, amount);
|
if (dataRequest.sendServerData("transfer", targetMember.id, message.author.id, amount) != "success") {
|
||||||
if (val != "success") {
|
|
||||||
shared.SendPublicMessage(client, message.author, message.channel, val);
|
|
||||||
shared.SendPublicMessage(client, message.author, message.channel, dialog("giveFailed"));
|
shared.SendPublicMessage(client, message.author, message.channel, dialog("giveFailed"));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user