mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Remove game-specific scoring
This commit is contained in:
7
web/alliance_selection.go
Normal file → Executable file
7
web/alliance_selection.go
Normal file → Executable 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 {
|
||||
|
||||
Reference in New Issue
Block a user