Fix default round
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user