Removed cons_bad_command()

This commit is contained in:
James Booth
2013-04-21 02:42:27 +01:00
parent a3b861a711
commit f110a8fe3b
3 changed files with 1 additions and 14 deletions

View File

@@ -1036,7 +1036,7 @@ cmd_execute_default(const char * const inp)
free(recipient);
}
} else {
cons_bad_command(inp);
cons_show("Unknown command: %s", inp);
}
return TRUE;