r1896 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 14 13:00:30 EDT 2006


Author: div0
Date: 2006-10-14 13:00:29 -0400 (Sat, 14 Oct 2006)
New Revision: 1896

Modified:
   trunk/data/qcsrc/server/teamplay.qc
Log:
redistribute frags on forced teamchange


Modified: trunk/data/qcsrc/server/teamplay.qc
===================================================================
--- trunk/data/qcsrc/server/teamplay.qc	2006-10-14 16:59:46 UTC (rev 1895)
+++ trunk/data/qcsrc/server/teamplay.qc	2006-10-14 17:00:29 UTC (rev 1896)
@@ -1056,6 +1056,7 @@
 	}
 
 	// move the player to the new team
+	TeamchangeFrags(selected);
 	SetPlayerTeam(selected, smallestteam, source_team, FALSE);
 
 	if(selected.deadflag == DEAD_NO)




More information about the nexuiz-commits mailing list