propagate CmdsParse return value
This commit is contained in:
@@ -71,8 +71,7 @@ static int CmdHelp(const char *Cmd) {
|
||||
|
||||
int CmdLFPac(const char *Cmd) {
|
||||
clearCommandBuffer();
|
||||
CmdsParse(CommandTable, Cmd);
|
||||
return 0;
|
||||
return CmdsParse(CommandTable, Cmd);
|
||||
}
|
||||
|
||||
// by marshmellow
|
||||
|
||||
Reference in New Issue
Block a user