diff --git a/scripts/server/command.js b/scripts/server/command.js index 6975d5dd..69017fc4 100644 --- a/scripts/server/command.js +++ b/scripts/server/command.js @@ -709,6 +709,9 @@ function addAllCommandHandlers() { } } + removeCommandHandler("help"); + addCommandHandler("help", helpCommand); + logToConsole(LOG_INFO, `[VRR.Command] ${commandCount} command handlers added!`); }