We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff7d64 commit ae5fb74Copy full SHA for ae5fb74
src/util/boost_pad_tracker.py
@@ -37,7 +37,7 @@ def initialize_boosts(self, game_info: FieldInfo):
37
]
38
39
def update_boost_status(self, packet: GameTickPacket):
40
- for i, packet_pad in enumerate(packet.boost_pad_states):
+ for i, packet_pad in enumerate(packet.boost_pads):
41
our_pad = self.boost_pads[i]
42
our_pad.is_active = packet_pad.is_active
43
our_pad.timer = packet_pad.timer
0 commit comments