Skip to content

Commit 03ce994

Browse files
committed
Test team only match comms
1 parent 2a722bb commit 03ce994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/atba/atba.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_output(self, packet: flat.GameTickPacket) -> flat.ControllerState:
102102
if self.match_comms:
103103
# Limit packet spam
104104
if packet.game_info.frame_num - self.last_send >= 360:
105-
self.send_match_comm(b"", "Hello world!")
105+
self.send_match_comm(b"", "Hello world!", True)
106106
self.last_send = packet.game_info.frame_num
107107

108108
ball_location = Vector2(packet.balls[0].physics.location)

0 commit comments

Comments
 (0)