From 90d87caf452248e951999d61793e9e7a59c6b2bd Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 18 Nov 2018 13:25:52 +0100 Subject: Grouping team tables if board-by-board results are disabled --- Aktywator/Bws.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Aktywator/Bws.cs b/Aktywator/Bws.cs index eb4864c..36ef372 100644 --- a/Aktywator/Bws.cs +++ b/Aktywator/Bws.cs @@ -615,6 +615,7 @@ namespace Aktywator if (this.getMySQLDatabaseForSection() != null) { Setting.saveScoringType(this.sql, 4, section); + Setting.saveSectionGroups(this.sql, true, Convert.ToInt32(main.numTeamsTableOffset.Value)); Setting.save("BM2SummaryPoints", "0", this, errors, section); } else -- cgit v1.2.3