r3990 - trunk/data/qcsrc/server
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Thu Jul 31 02:07:22 EDT 2008
    
    
  
Author: div0
Date: 2008-07-31 02:07:22 -0400 (Thu, 31 Jul 2008)
New Revision: 3990
Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
fix ready restart; tourney confirmed working. Left: Assault, Onslaught.
Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2008-07-31 06:01:42 UTC (rev 3989)
+++ trunk/data/qcsrc/server/clientcommands.qc	2008-07-31 06:07:22 UTC (rev 3990)
@@ -473,7 +473,10 @@
 
 	//reset map immediately if this cvar is not set
 	if (!cvar("sv_ready_restart_after_countdown"))
+	{
 		reset_map();
+		Score_ClearAll();
+	}
 	
 	if(cvar("sv_eventlog"))
 		GameLogEcho(":restart", FALSE);
    
    
More information about the nexuiz-commits
mailing list