Removed dummy result.
This commit is contained in:
parent
dbabc3e346
commit
3706b345be
@ -65,8 +65,6 @@ JumpBoostOnClientJumpPost(client)
|
|||||||
*/
|
*/
|
||||||
stock bool:JumpBoostIsBHop(const Float:vecVelocity[])
|
stock bool:JumpBoostIsBHop(const Float:vecVelocity[])
|
||||||
{
|
{
|
||||||
return false;
|
|
||||||
|
|
||||||
// If bunnyhop protection is disabled, then stop.
|
// If bunnyhop protection is disabled, then stop.
|
||||||
new bool:bunnyhopprotect = GetConVarBool(g_hCvarsList[CVAR_JUMPBOOST_BHOP_PROTECT]);
|
new bool:bunnyhopprotect = GetConVarBool(g_hCvarsList[CVAR_JUMPBOOST_BHOP_PROTECT]);
|
||||||
if (!bunnyhopprotect)
|
if (!bunnyhopprotect)
|
||||||
|
Loading…
Reference in New Issue
Block a user