Changeset - r778:fb99113c2cc2
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2004-12-23 13:03:48
truelight@openttd.org
(svn r1244) -Fix: no longer show the current password when 'set company_pw' is called
without parameters (technical not possible, sorry DV)
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
console_cmds.c
Show inline comments
 
@@ -686,7 +686,6 @@ DEF_CONSOLE_CMD(ConSet) {
 
		} else {
 
			IConsolePrint(_iconsole_color_default, "'set company_pw' sets a password for your company, so no-one without the correct password can join.");
 
			IConsolePrint(_iconsole_color_warning, "Usage: set company_pw \"<password>\".   Use * as <password> to set no password.");
 
			IConsolePrintF(_iconsole_color_warning, "Current password is: '%s'", _network_player_info[_local_player].password);
 
		}
 
		return NULL;
 
	}
0 comments (0 inline, 0 general)