summaryrefslogtreecommitdiff
path: root/Aktywator/Bws.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aktywator/Bws.cs')
-rw-r--r--Aktywator/Bws.cs2
1 files changed, 1 insertions, 1 deletions
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");