From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Date: Mon, 11 Jul 2011 00:06:11 +0000 (+0300)
Subject: Revert last commit, it was not needed
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dc7e1591d22be6f64bf796f83c178e528983083a;p=voretournament%2Fvoretournament.git

Revert last commit, it was not needed
---

diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc
index 70ad166b..531f95d0 100644
--- a/data/qcsrc/server/vore.qc
+++ b/data/qcsrc/server/vore.qc
@@ -548,7 +548,6 @@ 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;
 	}
 }