Skip to content

Commit

Permalink
start scheduled tournaments even if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jul 12, 2014
1 parent 716813b commit 844ac28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/tournament/src/main/TournamentApi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ private[tournament] final class TournamentApi(
}

private[tournament] def startScheduled(created: Created) {
if (created.nbPlayers > 0) doStart(created)
else doWipe(created)
doStart(created)
}

private def doStart(oldTour: Created) {
Expand Down

0 comments on commit 844ac28

Please sign in to comment.