ProjectBorealis / PBCharacterMovement

HL2-style, classic FPS movement for Unreal Engine implemented in C++
https://www.projectborealis.com/movement
MIT License
1.27k stars 163 forks source link

AutoBhoping still happens when disabled(UE5) #31

Closed AnthonyPython closed 2 years ago

AnthonyPython commented 2 years ago

Even though Bhoping is disabled by default it still happens in UE5 Setup standard blueprint example.

mastercoms commented 2 years ago

Either auto bhop or move.Pogo set to 1 will cause it. So please set the console variable to 0.

AnthonyPython commented 2 years ago

I did not set it to 1

AnthonyPython commented 2 years ago

Do you enable it by default?