Manually remove and re-add help cmd handler

This commit is contained in:
Vortrex
2022-07-27 00:43:13 -05:00
parent 2efccb638f
commit f4adc3c3e9

View File

@@ -709,6 +709,9 @@ function addAllCommandHandlers() {
}
}
removeCommandHandler("help");
addCommandHandler("help", helpCommand);
logToConsole(LOG_INFO, `[VRR.Command] ${commandCount} command handlers added!`);
}