small fix
This commit is contained in:
parent
2c6f4e9c4d
commit
899d11fa4b
1 changed files with 3 additions and 1 deletions
|
@ -171,7 +171,9 @@ void CConnectDlg::SetServerList ( const CHostAddress& InetAddr,
|
||||||
CurHostAddress.toString() );
|
CurHostAddress.toString() );
|
||||||
}
|
}
|
||||||
|
|
||||||
// start the ping timer since the server list is filled now
|
// immediately issue the ping measurements and start the ping timer since
|
||||||
|
// the server list is filled now
|
||||||
|
OnTimerPing();
|
||||||
TimerPing.start ( PING_UPDATE_TIME_SERVER_LIST_MS );
|
TimerPing.start ( PING_UPDATE_TIME_SERVER_LIST_MS );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue