]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix the other bug too. We now have no more known bugs :)
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 23:50:11 +0000 (02:50 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 7 Sep 2010 23:50:11 +0000 (02:50 +0300)
Todo & known bugs.txt
data/qcsrc/server/cl_client.qc

index 368fc7b48079d6888e1b9e986095e8fa7aace92f..71ad134bca9e3540a89120cfb08497f35e5f7358 100644 (file)
@@ -7,5 +7,3 @@ Todo:
 - Allow an item respawn time of -1 (never respawn again). Useful for RPG and Single Player maps\r
 \r
 Known bugs:\r
-\r
-- 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
index 3bf2ff0dc364c347cf95544ce1ed44ef716750b5..c369b3ef356f3a1633fa1509787dec14b94b8b11 100644 (file)
@@ -562,6 +562,8 @@ void PutObserverInServer (void)
                WriteEntity(MSG_ONE, self);\r
        }\r
 \r
+       Vore_Disconnect();\r
+\r
        kh_Key_DropAll(self, TRUE);\r
 \r
        if(self.flagcarried)\r
@@ -2323,9 +2325,6 @@ void PlayerPreThink (void)
        // core code for the vore system\r
        Vore();\r
 \r
-       if(self.spectatee_status)\r
-               Vore_Disconnect();\r
-\r
        // version nagging\r
        if(self.version_nagtime)\r
                if(self.cvar_g_voretournamentversion)\r