Changeset - r637:4079bf84c355
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2004-12-13 19:54:44
truelight@openttd.org
(svn r1068) -Fix: [Console] Let the client remember his own name-change
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
console_cmds.c
Show inline comments
 
@@ -655,6 +655,8 @@ DEF_CONSOLE_CMD(ConSet) {
 
					NetworkUpdateClientInfo(NETWORK_SERVER_INDEX);
 
				}
 
			}
 
			/* Also keep track of the new name on the client itself */
 
			ttd_strlcpy(_network_player_name, argv[2], 40);
 
		} else {
 
			IConsolePrint(_iconsole_color_default, "With 'set name' you can change your network-player name.");
 
			IConsolePrint(_iconsole_color_warning, "Usage: set name \"<name>\".");
0 comments (0 inline, 0 general)