mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r1639) Fixed spelling: Wrong command in error for goto_dir
This commit is contained in:
parent
ef3961448f
commit
eae329f332
@ -264,7 +264,7 @@ DEF_CONSOLE_CMD(ConGotoDir)
|
||||
|
||||
/* We need 1 argument */
|
||||
if (argc != 2) {
|
||||
IConsolePrint(_iconsole_color_default, "Unknown usage. Usage: goto_map <dir-no>");
|
||||
IConsolePrint(_iconsole_color_default, "Unknown usage. Usage: goto_dir <dir-no>");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user