]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Tomaz fixed the name timer glitch which caused blank names when restarting a server
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 21 May 2004 02:56:10 +0000 (02:56 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 21 May 2004 02:56:10 +0000 (02:56 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4214 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index 645a6a18ecb5053f89a39d75af19ca7f16f1a6d8..1298a327a3631dc955837162cae15441c1c81365 100644 (file)
@@ -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);