diff options
author | emkael <emkael@tlen.pl> | 2018-11-18 13:25:52 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-11-18 13:25:52 +0100 |
commit | 90d87caf452248e951999d61793e9e7a59c6b2bd (patch) | |
tree | 018d9b757d52525df8527363c343017cd87d7fc8 /Aktywator | |
parent | 0979c3aa182bbb48352a0ad4ee14cedd58e6c35d (diff) |
Grouping team tables if board-by-board results are disabledv1.1.5-rc
Diffstat (limited to 'Aktywator')
-rw-r--r-- | Aktywator/Bws.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |