Merged heads.
This commit is contained in:
@ -49,4 +49,4 @@ CommandsInit()
|
||||
// Forward event to modules. (hook commands)
|
||||
ClassOnCommandsHook();
|
||||
DamageOnCommandsHook();
|
||||
}
|
||||
}
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user