From 6e03cdb5b13c71b8b72d2188132a3e2a78f8f88b Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 18 Nov 2018 01:54:47 +0100 Subject: IMP scoring settings warning moved to warning icon instead of a message box --- Aktywator/Bws.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Aktywator/Bws.cs') 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 { -- cgit v1.2.3