Typo fix
This commit is contained in:
@@ -27,7 +27,7 @@ void Hooks::CreateMove(IBaseClientDLL* thisptr, int sequence, float frametime, b
|
||||
cmd->buttons &= ~IN_JUMP;
|
||||
|
||||
if (GUI::BunnyHop::StrafeEnabled) {
|
||||
f (!(localplayer->GetFlags() & FL_ONGROUND)) {
|
||||
if (!(localplayer->GetFlags() & FL_ONGROUND)) {
|
||||
if (cmd->mousedx > 1 || cmd->mousedx < -1) {
|
||||
cmd->sidemove = (cmd->mousedx < 0.f) ? -450.f : 450.f;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user