Removed dummy result.

This commit is contained in:
richard 2009-06-24 02:03:33 +02:00
parent dbabc3e346
commit 3706b345be
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ JumpBoostOnClientJumpPost(client)
*/
stock bool:JumpBoostIsBHop(const Float:vecVelocity[])
{
return false;
// If bunnyhop protection is disabled, then stop.
new bool:bunnyhopprotect = GetConVarBool(g_hCvarsList[CVAR_JUMPBOOST_BHOP_PROTECT]);
if (!bunnyhopprotect)