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