From: MirceaKitsune Date: Tue, 7 Sep 2010 23:50:11 +0000 (+0300) Subject: Fix the other bug too. We now have no more known bugs :) X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=8e42d7a5946fa23db799590f5e56b604b4134326;ds=sidebyside Fix the other bug too. We now have no more known bugs :) --- diff --git a/Todo & known bugs.txt b/Todo & known bugs.txt index 368fc7b4..71ad134b 100644 --- a/Todo & known bugs.txt +++ b/Todo & known bugs.txt @@ -7,5 +7,3 @@ Todo: - Allow an item respawn time of -1 (never respawn again). Useful for RPG and Single Player maps Known bugs: - -- If you go spectating with someone in your belly, they are released at the spawnpoint you are teleported to once you become an observer \ No newline at end of file diff --git a/data/qcsrc/server/cl_client.qc b/data/qcsrc/server/cl_client.qc index 3bf2ff0d..c369b3ef 100644 --- a/data/qcsrc/server/cl_client.qc +++ b/data/qcsrc/server/cl_client.qc @@ -562,6 +562,8 @@ void PutObserverInServer (void) WriteEntity(MSG_ONE, self); } + Vore_Disconnect(); + kh_Key_DropAll(self, TRUE); if(self.flagcarried) @@ -2323,9 +2325,6 @@ void PlayerPreThink (void) // core code for the vore system Vore(); - if(self.spectatee_status) - Vore_Disconnect(); - // version nagging if(self.version_nagtime) if(self.cvar_g_voretournamentversion)