Revert "Added ui_unknown_command"

This reverts commit 714ee24863.
This commit is contained in:
James Booth
2014-04-12 15:20:31 +01:00
parent 2fafcf0013
commit 132976d85e
3 changed files with 1 additions and 9 deletions

View File

@@ -1367,7 +1367,7 @@ cmd_execute_default(const char * const inp)
break;
case WIN_CONSOLE:
ui_unknown_command(inp);
cons_show("Unknown command: %s", inp);
break;
case WIN_DUCK: