mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
serverquery cleanup
This commit is contained in:
parent
190a647254
commit
6cbab6d117
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue