We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version.py
1 parent fbe42eb commit 235d5f2Copy full SHA for 235d5f2
rlbot/version.py
@@ -16,6 +16,7 @@ def _get_color(color: int) -> str:
16
17
RELEASE_NOTES = {
18
"5.0.0-beta.3": """
19
+ Ensure bots don't fall behind the most recent GameTickPacket, without threading
20
Add `team_color` static method to the rendering manager
21
""",
22
"5.0.0-beta.2": """
0 commit comments