From a1f0889efe6170adcec593e2a3cb5df59662af9f Mon Sep 17 00:00:00 2001 From: Viki Baarathi Date: Tue, 14 Apr 2026 21:45:28 +0800 Subject: [PATCH] Removed the 3 pilot minimum limit per heat as per 2026 upate --- custom_plugins/multigp_toolkit/rhcoordinator.py | 5 ----- docs/usage/running/index.rst | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/custom_plugins/multigp_toolkit/rhcoordinator.py b/custom_plugins/multigp_toolkit/rhcoordinator.py index 01de369..60c6ecf 100644 --- a/custom_plugins/multigp_toolkit/rhcoordinator.py +++ b/custom_plugins/multigp_toolkit/rhcoordinator.py @@ -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: diff --git a/docs/usage/running/index.rst b/docs/usage/running/index.rst index cb50c37..98ca2b2 100644 --- a/docs/usage/running/index.rst +++ b/docs/usage/running/index.rst @@ -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