r4663 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 8 07:26:32 EDT 2008


Author: div0
Date: 2008-10-08 07:26:32 -0400 (Wed, 08 Oct 2008)
New Revision: 4663

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
reset the ready count too on ready-restart (not just the flags)


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2008-10-08 10:24:32 UTC (rev 4662)
+++ trunk/data/qcsrc/server/clientcommands.qc	2008-10-08 11:26:32 UTC (rev 4663)
@@ -462,6 +462,8 @@
 	//reset the .ready status of all players (also spectators)
 	FOR_EACH_CLIENTSLOT(e)
 		e.ready = 0;
+	readycount = 0;
+	Nagger_ReadyCounted();
 	FOR_EACH_REALCLIENT(e)
 	{
 		msg_entity = e;




More information about the nexuiz-commits mailing list