From 7c2249aa5dce665687a4357b705f07717958f94a Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 26 Jun 2022 13:31:07 -0500 Subject: [PATCH] Re-add setfightstyle cmd for admin --- scripts/server/command.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/command.js b/scripts/server/command.js index fcb268af..93387e25 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -541,6 +541,7 @@ function loadCommands() { new CommandData("setname", setCharacterNameCommand, " ", getStaffFlagValue("BasicModeration"), true, true, "Changes a character's name directly."), new CommandData("setskin", setPlayerSkinCommand, " ", getStaffFlagValue("BasicModeration"), true, true, "Changes a character's skin."), new CommandData("setaccent", setPlayerAccentCommand, " ", getStaffFlagValue("BasicModeration"), true, true, "Changes a character's accent."), + new CommandData("setfightstyle", setPlayerFightStyleCommand, " ", getStaffFlagValue("BasicModeration"), true, true, "Changes a character's fight style."), //new CommandData("setfightstyle", setPlayerFightStyleCommand, " ", getStaffFlagValue("BasicModeration"), true, true, "Changes a character's fight style."), new CommandData("setstars", setPlayerWantedLevelCommand, " ", getStaffFlagValue("BasicModeration"), true, true, "Forces a player to have a wanted level"), new CommandData("plrinfo", getPlayerInfoCommand, "", getStaffFlagValue("BasicModeration"), true, true, "Shows basic info about the specified player"),