We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e35a3 commit 140e30aCopy full SHA for 140e30a
rlbot/managers/match.py
@@ -116,7 +116,7 @@ def ensure_server_started(self, print_version_info: bool = True):
116
"""
117
Ensures that RLBotServer is running.
118
119
- if not print_version_info:
+ if print_version_info:
120
version.print_current_release_notes()
121
122
self.rlbot_server_process, self.rlbot_server_port = gateway.find_server_process(
0 commit comments