| 501 | //----------------------------------------------------------------------------- |
| 502 | |
| 503 | void queryFavoriteServers( U8 /*flags*/ ) |
| 504 | { |
| 505 | sgServerQueryActive = true; |
| 506 | clearServerList(); |
| 507 | sActiveFilter.type = ServerFilter::Favorites; |
| 508 | pushServerFavorites(); |
| 509 | |
| 510 | Con::executef( 4, "onServerQueryStatus", "start", "Query favorites...", "0" ); |
| 511 | processPingsAndQueries( gPingSession ); |
| 512 | } |
| 513 | |
| 514 | //----------------------------------------------------------------------------- |
| 515 |
nothing calls this directly
no test coverage detected