From: MirceaKitsune Date: Mon, 11 Jul 2011 00:03:59 +0000 (+0300) Subject: Bots don't need to re-press to kick X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=069a6c4875214391ef2308fed24409b501de7db6;p=voretournament%2Fvoretournament.git Bots don't need to re-press to kick --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 531f95d0..70ad166b 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -548,6 +548,7 @@ void Vore_StomachKick() self.stomachkick_delay = time + cvar("g_balance_vore_kick_delay"); if(cvar("g_balance_vore_kick_repress")) + if(clienttype(self) != CLIENTTYPE_BOT) // bots don't need to re-press to kick self.kick_pressed = TRUE; } }