From fb2a01fad8f8f844fc3574f528e9955c203555a4 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 21 Dec 2020 09:24:17 -0600 Subject: [PATCH] Added new acct cmds --- scripts/server/command.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/server/command.js b/scripts/server/command.js index 5794ec36..cf476211 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -27,7 +27,11 @@ function loadCommandData() { commandData("register", registerCommand, "", getStaffFlagValue("none"), false, false), commandData("changepass", changePasswordCommand, "", getStaffFlagValue("none"), true, false), commandData("iplogin", autoLoginByIPCommand, "", getStaffFlagValue("none"), true, false), + commandData("autolastchar", autoSelectLastCharacterCommand, "", getStaffFlagValue("none"), true, false), commandData("gui", toggleAccountGUICommand, "", getStaffFlagValue("none"), false, false), + commandData("2fa", toggleAccountTwoFactorAuthCommand, "", getStaffFlagValue("none"), true, false), + commandData("setemail", setAccountEmailCommand, "", getStaffFlagValue("none"), true, false), + commandData("setdiscord", setAccountDiscordCommand, "", getStaffFlagValue("none"), true, false), ], ammunation: [], ban: [