Fix default round

This commit is contained in:
Claude Brisson
2024-09-05 14:00:49 +02:00
parent b0d0892610
commit 6923707dbe

View File

@@ -29,7 +29,7 @@
#set($lastCompleteRound = 0) #set($lastCompleteRound = 0)
#foreach($r in [1..$tour.rounds]) #foreach($r in [1..$tour.rounds])
#set($stats = $tour.stats[$r - 1]) #set($stats = $tour.stats[$r - 1])
#if($stats.ready == $stats.games) #if($stats.games > 0 && $stats.ready == $stats.games)
#set($lastCompleteRound = $r) #set($lastCompleteRound = $r)
#else #else
#break #break