From 82c4bcea0a36efaebcfbae9bbff84f7756744ec6 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 20 Feb 2007 03:27:08 +0000 Subject: [PATCH] changed reconnect command description git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6876 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_cmd.c b/host_cmd.c index 97365a4f..57859b5c 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -2418,7 +2418,7 @@ void Host_InitCommands (void) Cmd_AddCommand ("restart", Host_Restart_f, "restart current level"); Cmd_AddCommand ("changelevel", Host_Changelevel_f, "change to another level, bringing along all connected clients"); Cmd_AddCommand ("connect", Host_Connect_f, "connect to a server by IP address or hostname"); - Cmd_AddCommand ("reconnect", Host_Reconnect_f, "reset signon level in preparation for a new level (do not use)"); + Cmd_AddCommand ("reconnect", Host_Reconnect_f, "reconnect to the last server you were on, or resets a quakeworld connection (do not use if currently playing on a netquake server)"); Cmd_AddCommand ("version", Host_Version_f, "print engine version"); Cmd_AddCommand_WithClientCommand ("say", Host_Say_f, Host_Say_f, "send a chat message to everyone on the server"); Cmd_AddCommand_WithClientCommand ("say_team", Host_Say_Team_f, Host_Say_Team_f, "send a chat message to your team on the server"); -- 2.39.2