Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions custom_plugins/multigp_toolkit/rhcoordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,6 @@ def _race_pilots_checks(self, heat_id: int, gq_active: bool) -> bool:
if pilot_counter == 0:
return False

if gq_active and pilot_counter < 3:
message = "GQ Rules: At least 3 pilots are required to start the race"
self._rhapi.ui.message_alert(self._rhapi.language.__(message))
return False

return True

def _race_zippyq_checks(self, heat_info: Heat) -> bool:
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/running/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ a class that was imported as a Global Qualifier (Controlled or ZippyQ).
race director when a mandatory update is available for
either RotorHazard or the MultiGP Toolkit

- A minimum of 3 pilots are required per heat
- A minimum of 1 pilot must be registered in the heat for the results to be uploaded to MultiGP
- The imported class from MultiGP can not be altered and must be used for the Global Qualifier event (results will not be uploaded otherwise)
- The format assigned to the imported class from MultiGP cannot be altered with exception to the settings that manage the start/stop behavior of the timer
- Other plugins can not be used to register laps
Expand Down
Loading