diff options
author | emkael <emkael@tlen.pl> | 2018-11-17 23:49:50 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-11-17 23:49:58 +0100 |
commit | e2f10a0dfcd102c76a7345a486c9614f20239467 (patch) | |
tree | 51a4fcd791f9a2667e1e549d4a41d2e496e9cb2a /Aktywator | |
parent | d02f346f40b2012ead6d534dcb3811bbc69d93d9 (diff) |
Bugfix
Diffstat (limited to 'Aktywator')
-rw-r--r-- | Aktywator/Bws.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Aktywator/Bws.cs b/Aktywator/Bws.cs index 0ee09c2..8c12537 100644 --- a/Aktywator/Bws.cs +++ b/Aktywator/Bws.cs @@ -586,7 +586,7 @@ namespace Aktywator Setting.save("BM2NameSource", "2", this, errors, section); Setting.save("BM2PINcode", "'" + main.xPINcode.Text + "'", this, errors, section); Setting.save("BM2ResultsOverview", main.xResultsOverview.SelectedIndex.ToString(), this, errors, section); - if (main.xShowResults.Checked) + if (main.xShowPercentage.Checked) { Setting.saveSectionGroups(this.sql, main.xGroupSections.Checked, (this.getMySQLDatabaseForSection() != null) ? Convert.ToInt32(main.numTeamsTableOffset.Value) : 0); int scoringType = main.getScoringType(); |