Changeset - r24997:e7ecf890a3d2
[Not reviewed]
master
0 1 0
Patric Stout - 3 years ago 2021-03-04 12:59:35
truebrain@openttd.org
Fix dddf885f: use IConsoleError to produce console errors
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/console_cmds.cpp
Show inline comments
 
@@ -1868,7 +1868,7 @@ DEF_CONSOLE_CMD(ConContent)
 
			 * to download every available package on BaNaNaS. This is not in
 
			 * the spirit of this service. Additionally, these few people were
 
			 * good for 70% of the consumed bandwidth of BaNaNaS. */
 
			IConsolePrintF(CC_ERROR, "'select all' is no longer supported since 1.11");
 
			IConsoleError("'select all' is no longer supported since 1.11");
 
		} else {
 
			_network_content_client.Select((ContentID)atoi(argv[2]));
 
		}
0 comments (0 inline, 0 general)