• Mahmoud Aglan's avatar
    fix: a tournament started with no round no longer deadlocks · 929263b6
    Mahmoud Aglan authored
    The manager's Start button flips el3ab_tournaments.status to in_progress
    directly. For a tournament this engine owns, nothing else was ever going to pair
    round 1 — so the tournament sat registered, started, and permanently unplayable,
    with current_round 0 and no round row.
    
    tournamentTick now opens the round when it finds that state, which also repairs
    any tournament already stuck in it. Covered by e2e section 21.
    Co-Authored-By: 's avatarClaude Opus 5 (1M context) <noreply@anthropic.com>
    929263b6
tournament-engine.php 37.8 KB