moved refreshing of masters in the client from the server browsers to before we load so we refresh while we are loading

This commit is contained in:
Magnus Auvinen 2009-01-24 10:52:45 +00:00
parent cfe5bd8547
commit 2fc86642ef
2 changed files with 1 additions and 4 deletions

View file

@ -1618,7 +1618,7 @@ static void client_run()
return;
/* start refreshing addresses while we load */
/* mastersrv_refresh_addresses(); */
mastersrv_refresh_addresses();
/* init the editor */
editor_init();

View file

@ -517,10 +517,7 @@ void client_serverbrowse_refresh(int type)
dbg_msg("client", "broadcasting for servers");
}
else if(type == BROWSETYPE_INTERNET)
{
need_refresh = 1;
mastersrv_refresh_addresses();
}
else if(type == BROWSETYPE_FAVORITES)
{
int i;