Skip to content

Commit

Permalink
Remove bumpID from rlviser renderer state
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-emery committed Apr 13, 2024
1 parent 6f06181 commit 21eeb4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rlgym/rocket_league/rlviser/rlviser_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,4 @@ def _get_car_state(self, car: Car):
car_state.auto_flip_timer = car.autoflip_timer
car_state.auto_flip_torque_scale = car.autoflip_direction

if car.bump_victim_id is not None:
car_state.car_contact_id = car.bump_victim_id

return car_state

0 comments on commit 21eeb4c

Please sign in to comment.