(svn r1244) -Fix: no longer show the current password when 'set company_pw' is called
authortruelight
Thu, 23 Dec 2004 13:03:48 +0000
changeset 778 202a21eb94ac
parent 777 95dc447f24e3
child 779 9f1c1091b9c8
(svn r1244) -Fix: no longer show the current password when 'set company_pw' is called
without parameters (technical not possible, sorry DV)
console_cmds.c
--- a/console_cmds.c	Thu Dec 23 11:36:22 2004 +0000
+++ b/console_cmds.c	Thu Dec 23 13:03:48 2004 +0000
@@ -686,7 +686,6 @@
 		} 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;
 	}