From 32c41c5aa3d60a8a4adfda485f4277b2742e502e Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 16 May 2009 17:58:44 +0000 Subject: [PATCH] fix another typo git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8969 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 341026ce..23121a29 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -997,7 +997,7 @@ void Host_Name_f (void) } if (Cmd_Argc () == 2) - newNameSource = Cmd_Argv(i); + newNameSource = Cmd_Argv(1); else newNameSource = Cmd_Args(); -- 2.39.2