From 8e42d7a5946fa23db799590f5e56b604b4134326 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Wed, 8 Sep 2010 02:50:11 +0300 Subject: [PATCH] Fix the other bug too. We now have no more known bugs :) --- Todo & known bugs.txt | 2 -- data/qcsrc/server/cl_client.qc | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) 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) -- 2.39.2