From: divverent Date: Sat, 16 May 2009 17:58:44 +0000 (+0000) Subject: fix another typo X-Git-Tag: xonotic-v0.1.0preview~1649 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=32c41c5aa3d60a8a4adfda485f4277b2742e502e;p=xonotic%2Fdarkplaces.git fix another typo git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8969 d7cf8633-e32d-0410-b094-e92efae38249 --- 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();