summaryrefslogtreecommitdiff
path: root/Aktywator/Bws.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-08-23 17:26:29 +0200
committeremkael <emkael@tlen.pl>2017-08-23 17:26:29 +0200
commite163f07d1c39f122a12fcb503fe75dd15aabe0ae (patch)
treee0261586a0787c9c407203f7e1c95ed53c98a32e /Aktywator/Bws.cs
parent7a496566f759a5aac8b56d46c1b9eb36bdcb3f52 (diff)
Configurable table offset for Teamy tournaments
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");