]> git.rm.cloudns.org Git - voretournament/voretournament.git/commitdiff
Prevent a bug causing players to float if a new arena / clan arena round caught them...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 23 Sep 2010 16:24:49 +0000 (19:24 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 23 Sep 2010 16:24:49 +0000 (19:24 +0300)
data/qcsrc/server/vore.qc

index 9c8f8ca52a4b85e3b789b7a3e04114cb9d7f7219..30d2840314a70905ea4966aeb34e754f2aa13525 100644 (file)
@@ -242,6 +242,8 @@ void Vore_Disconnect()
                }\r
                Vore_Gurglesound(); // stop the gurgling sound\r
        }\r
+\r
+       self.stomach_load = self.gravity = 0; // prevents a bug\r
 }\r
 \r
 .float digestion_step;\r