JBMod / jbmod

Official bug tracker and request tracker for JBMod
https://www.jbmod.com/
14 stars 1 forks source link

Dying while sprinting will cause the Aux Power HUD to appear on respawn, and sprinting will no longer work #23

Closed nocapss closed 1 year ago

nocapss commented 1 year ago

Describe the bug If the player sprints straight after they die and respawn (both SP and MP), the Aux Power HUD object appears, and then sprinting no longer works for the rest of the session (dying again does not fix it; the only way is to start a new game or reconnect to the server)

To Reproduce Steps to reproduce the behavior:

  1. Start a new game or join a multiplayer server
  2. Die
  3. Hold sprint while dead, causing you to be sprinting as soon as you respawn
  4. See the aux power hud and notice that sprinting is broken

Expected behavior The player should be able to hold sprint as soon as they spawn.

Screenshots video of the bug image

Additional context Add any other context about the problem here.

Nafrayu commented 1 year ago

Dying while holding down your sprint key is what causes this - m_bitsActiveDevices does not reset to 0 after respawning - this might help you narrow down the issue?

TEAMJBMOD commented 1 year ago

Should be fixed in next release