We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_latest_packet
1 parent 235d5f2 commit 2905d5eCopy full SHA for 2905d5e
rlbot/managers/hivemind.py
@@ -30,7 +30,7 @@ class Hivemind:
30
_has_match_settings = False
31
_has_field_info = False
32
33
- _latest_packet = flat.GameTickPacket()
+ _latest_packet: Optional[flat.GameTickPacket] = None
34
_lastest_prediction = flat.BallPrediction()
35
36
def __init__(self):
0 commit comments