Merged heads.

This commit is contained in:
Greyscale
2009-07-06 14:33:51 -07:00
3 changed files with 492 additions and 59 deletions

View File

@ -49,4 +49,4 @@ CommandsInit()
// Forward event to modules. (hook commands)
ClassOnCommandsHook();
DamageOnCommandsHook();
}
}

View File

@ -47,7 +47,7 @@ JumpBoostOnClientJumpPost(client)
// Get client's current velocity.
ToolsClientVelocity(client, vecVelocity, false);
// If they have exceeded the max jump speed, then stop.
// Only apply horizontal multiplier if it's not a bhop.
if (!JumpBoostIsBHop(vecVelocity))
{
// Apply horizontal multipliers to jump vector.