serverquery cleanup

This commit is contained in:
Azaezel 2018-03-13 18:03:10 -05:00
parent 190a647254
commit 6cbab6d117

View file

@ -1297,7 +1297,7 @@ static void processPingsAndQueries( U32 session, bool schedule )
if ( !gPingList.size() && !waitingForMaster )
{
// Start the query phase:
for ( U32 i = 0; i < gQueryList.size() && i < gMaxConcurrentQueries; )
for ( i = 0; i < gQueryList.size() && i < gMaxConcurrentQueries; )
{
Ping &p = gQueryList[i];
if ( p.time + gPingTimeout < time )