From e163f07d1c39f122a12fcb503fe75dd15aabe0ae Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 23 Aug 2017 17:26:29 +0200 Subject: Configurable table offset for Teamy tournaments --- Aktywator/Bws.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Aktywator/Bws.cs') diff --git a/Aktywator/Bws.cs b/Aktywator/Bws.cs index 4400272..e292f2d 100644 --- a/Aktywator/Bws.cs +++ b/Aktywator/Bws.cs @@ -360,7 +360,7 @@ namespace Aktywator public void syncNames(Tournament tournament, bool interactive, string startRounds, DataGridView grid) { - int count = 0, countNew = 0, SKOK_STOLOW = 100; + int count = 0, countNew = 0, SKOK_STOLOW = Convert.ToInt32(main.numTeamsTableOffset.Value); OleDbDataReader d; startRounds = startRounds.Trim(); string fromRound = sql.selectOne("SELECT min(`Round`) FROM RoundData WHERE NSPair>0"); -- cgit v1.2.3