summaryrefslogtreecommitdiff
path: root/Aktywator/Bws.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-11-18 01:54:47 +0100
committeremkael <emkael@tlen.pl>2018-11-18 01:54:47 +0100
commit6e03cdb5b13c71b8b72d2188132a3e2a78f8f88b (patch)
treed6c08f91516100a2ed1dff9ce52f6b032b66a0dd /Aktywator/Bws.cs
parentac5fdb3b54077f1f42fdbc76ed05916c18dbf8f7 (diff)
IMP scoring settings warning moved to warning icon instead of a message box
Diffstat (limited to 'Aktywator/Bws.cs')
-rw-r--r--Aktywator/Bws.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Aktywator/Bws.cs b/Aktywator/Bws.cs
index dfbbe23..eb4864c 100644
--- a/Aktywator/Bws.cs
+++ b/Aktywator/Bws.cs
@@ -604,11 +604,6 @@ namespace Aktywator
Setting.saveSectionGroups(this.sql, main.xGroupSections.Checked, (this.getMySQLDatabaseForSection() != null) ? Convert.ToInt32(main.numTeamsTableOffset.Value) : 0);
int scoringType = main.getScoringType();
Setting.saveScoringType(this.sql, scoringType, section);
- if (scoringType > 1 && scoringType < 4)
- {
- MessageBox.Show("Pamiętaj o skonfigurowaniu opcji liczenia turnieju na IMP (średnia, odrzucanie w butlerze, uśrednianie cavendisha) w Bridgemate Control Software ***PRZED*** wystartowaniem sesji!", "Ustawienia obliczania wyników",
- MessageBoxButtons.OK, MessageBoxIcon.Information);
- }
}
else
{