Skip to content

Commit 2905d5e

Browse files
committed
Fix _latest_packet type
1 parent 235d5f2 commit 2905d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlbot/managers/hivemind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Hivemind:
3030
_has_match_settings = False
3131
_has_field_info = False
3232

33-
_latest_packet = flat.GameTickPacket()
33+
_latest_packet: Optional[flat.GameTickPacket] = None
3434
_lastest_prediction = flat.BallPrediction()
3535

3636
def __init__(self):

0 commit comments

Comments
 (0)