recheck playercount after delay

This commit is contained in:
PMahhov 2025-07-09 21:16:36 +02:00
parent bb93c05ec0
commit 3992dc94c8

View File

@ -80,6 +80,7 @@ public function handle(): void
$playerCount = $this->getTotalPlayersCount($players);
if ($playerCount->hunters === 1 && ($playerCount->runners === 4 || $playerCount->runners === 5))
sleep(10);
$playerCount = $this->getTotalPlayersCount($players);
$availableMatchConfigs = MatchConfiguration::getAvailableMatchConfigs($playerCount->runners, $playerCount->hunters);
if($availableMatchConfigs->isEmpty())