]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Bots don't need to re-press to kick
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 11 Jul 2011 00:03:59 +0000 (03:03 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 11 Jul 2011 00:03:59 +0000 (03:03 +0300)
data/qcsrc/server/vore.qc

index 531f95d0b010784d7d112bf6f6eec44c07bc4979..70ad166b1101ea21406c0322b612b28f007eeb56 100644 (file)
@@ -548,6 +548,7 @@ void Vore_StomachKick()
 \r
                self.stomachkick_delay = time + cvar("g_balance_vore_kick_delay");\r
                if(cvar("g_balance_vore_kick_repress"))\r
+               if(clienttype(self) != CLIENTTYPE_BOT) // bots don't need to re-press to kick\r
                        self.kick_pressed = TRUE;\r
        }\r
 }\r