From a8ebda2e2b7cc576d6fb131c312b9ac06cfbc42f Mon Sep 17 00:00:00 2001 From: div0 Date: Tue, 27 Jan 2009 20:34:39 +0000 Subject: [PATCH] fix typo in mapvote ent code git-svn-id: svn://svn.icculus.org/nexuiz/trunk@5680 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/g_world.qc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/qcsrc/server/g_world.qc b/data/qcsrc/server/g_world.qc index 66d74f28d..9a503c8d6 100644 --- a/data/qcsrc/server/g_world.qc +++ b/data/qcsrc/server/g_world.qc @@ -2039,7 +2039,7 @@ float MapVote_GetMapMask() } 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 @@ void MapVote_SendEntity(entity to, float sf) WriteByte(MSG_ENTITY, to.mapvote); } + + return TRUE; } void MapVote_Spawn() -- 2.39.2