r5680 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jan 27 15:34:39 EST 2009


Author: div0
Date: 2009-01-27 15:34:39 -0500 (Tue, 27 Jan 2009)
New Revision: 5680

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
fix typo in mapvote ent code


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2009-01-27 15:14:52 UTC (rev 5679)
+++ trunk/data/qcsrc/server/g_world.qc	2009-01-27 20:34:39 UTC (rev 5680)
@@ -2039,7 +2039,7 @@
 }
 
 entity mapvote_ent;
-void MapVote_SendEntity(entity to, float sf)
+float MapVote_SendEntity(entity to, float sf)
 {
 	string mapfile, pakfile;
 	float i, o;
@@ -2094,6 +2094,8 @@
 
 		WriteByte(MSG_ENTITY, to.mapvote);
 	}
+
+	return TRUE;
 }
 
 void MapVote_Spawn()




More information about the nexuiz-commits mailing list