| 593 | //----------------------------------------------------------------------------- |
| 594 | |
| 595 | void queryFavoriteServers( U8 /*flags*/ ) |
| 596 | { |
| 597 | sgServerQueryActive = true; |
| 598 | clearServerList(); |
| 599 | sActiveFilter.type = ServerFilter::Favorites; |
| 600 | pushServerFavorites(); |
| 601 | |
| 602 | Con::executef( "onServerQueryStatus", "start", "Query favorites...", "0" ); |
| 603 | processPingsAndQueries( gPingSession ); |
| 604 | } |
| 605 | |
| 606 | //----------------------------------------------------------------------------- |
| 607 |
nothing calls this directly
no test coverage detected