mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
make sure the DumbSetVelocity only happens if we scale prespeed speed
This commit is contained in:
parent
117d2d277c
commit
894ecdff48
@ -1291,9 +1291,9 @@ public Action Shavit_OnUserCmdPre(int client, int &buttons, int &impulse, float
|
||||
{
|
||||
ScaleVector(fSpeed, fScale);
|
||||
}
|
||||
}
|
||||
|
||||
DumbSetVelocity(client, fSpeed);
|
||||
DumbSetVelocity(client, fSpeed);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user