summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-11-17 23:49:50 +0100
committeremkael <emkael@tlen.pl>2018-11-17 23:49:58 +0100
commite2f10a0dfcd102c76a7345a486c9614f20239467 (patch)
tree51a4fcd791f9a2667e1e549d4a41d2e496e9cb2a
parentd02f346f40b2012ead6d534dcb3811bbc69d93d9 (diff)
Bugfix
-rw-r--r--Aktywator/Bws.cs2
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();