From e2f10a0dfcd102c76a7345a486c9614f20239467 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 17 Nov 2018 23:49:50 +0100 Subject: Bugfix --- Aktywator/Bws.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Aktywator') 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(); -- cgit v1.2.3