From d1246ab961960c88e81d4933678b9909a93fcd8c Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 22 Feb 2021 18:32:49 -0600 Subject: [PATCH] Change text --- scripts/server/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server/account.js b/scripts/server/account.js index 70c1453a..f7f4380b 100644 --- a/scripts/server/account.js +++ b/scripts/server/account.js @@ -239,7 +239,7 @@ function setAccountDiscordCommand(command, params, client) { return false; } - // TO-DO: Command (like /verifyemail or use this one for second step too) to input verification code sent to email. + // TO-DO: Command (like /verifydiscord or use this one for second step too) to input verification code sent to email. //getPlayerData(client).accountData.emailAddress = emailAddress; //messagePlayerSuccess(client, "Your discord account has been attached to your game account!"); }