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"),