From: havoc Date: Fri, 21 May 2004 02:56:10 +0000 (+0000) Subject: Tomaz fixed the name timer glitch which caused blank names when restarting a server X-Git-Tag: xonotic-v0.1.0preview~5838 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=4cf2e7765610e1ee9e9e98bf914e3ed9db8bddbb;p=xonotic%2Fdarkplaces.git Tomaz fixed the name timer glitch which caused blank names when restarting a server git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4214 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index 645a6a18..1298a327 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -1109,6 +1109,8 @@ void Host_Spawn_f (void) return; } + host_client->nametime = 0; + // LordHavoc: moved this above the QC calls at FrikaC's request // send all current names, colors, and frag counts SZ_Clear (&host_client->message);