Remove game-specific scoring

This commit is contained in:
Ken Schenke
2020-04-14 19:38:14 -05:00
parent 53caa27208
commit f075b7bb8d
59 changed files with 298 additions and 3004 deletions

7
web/alliance_selection.go Normal file → Executable file
View File

@@ -194,13 +194,6 @@ func (web *Web) allianceSelectionFinalizeHandler(w http.ResponseWriter, r *http.
return
}
// Reset yellow cards.
err = tournament.CalculateTeamCards(web.arena.Database, "elimination")
if err != nil {
handleWebErr(w, err)
return
}
// Back up the database.
err = web.arena.Database.Backup(web.arena.EventSettings.Name, "post_alliance_selection")
if err != nil {