Merge pull request #92 from stormcone/patch-1

Fix: Fix some copy-paste typos.
pull/104/head
Jonathan G Rennison 5 years ago committed by GitHub
commit 7271fdda4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2114,7 +2114,7 @@ DEF_CONSOLE_CMD(ConShowTownWindow)
DEF_CONSOLE_CMD(ConShowStationWindow)
{
if (argc != 2) {
IConsoleHelp("Debug: Show station window. Usage: 'show_station_window <town-id>'");
IConsoleHelp("Debug: Show station window. Usage: 'show_station_window <station-id>'");
return true;
}
@ -2136,7 +2136,7 @@ DEF_CONSOLE_CMD(ConShowStationWindow)
DEF_CONSOLE_CMD(ConShowIndustryWindow)
{
if (argc != 2) {
IConsoleHelp("Debug: Show industry window. Usage: 'show_industry_window <town-id>'");
IConsoleHelp("Debug: Show industry window. Usage: 'show_industry_window <industry-id>'");
return true;
}

Loading…
Cancel
Save