diff options
Diffstat (limited to 'Aktywator/Bws.cs')
-rw-r--r-- | Aktywator/Bws.cs | 5 |
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 { |