mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 08:06:21 +00:00
Added ui_unknown_command
This commit is contained in:
@@ -1367,7 +1367,7 @@ cmd_execute_default(const char * const inp)
|
||||
break;
|
||||
|
||||
case WIN_CONSOLE:
|
||||
cons_show("Unknown command: %s", inp);
|
||||
ui_unknown_command(inp);
|
||||
break;
|
||||
|
||||
case WIN_DUCK:
|
||||
|
||||
Reference in New Issue
Block a user