Fixing issue 18
Fixing https://github.com/g4klx/YSFClients/issues/18 by setting counter to 0 on startup.
This commit is contained in:
parent
65fc3148d9
commit
8bb6461c7a
1 changed files with 3 additions and 1 deletions
|
@ -163,7 +163,9 @@ void CYSFReflector::run()
|
|||
ret = network.open();
|
||||
if (!ret)
|
||||
return;
|
||||
|
||||
|
||||
network.setCount(0);
|
||||
|
||||
CStopWatch stopWatch;
|
||||
stopWatch.start();
|
||||
|
||||
|
|
Loading…
Reference in a new issue