mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
fixed so that the refresing master servers doesn't popup under lan and favorites
This commit is contained in:
parent
2fc86642ef
commit
47c567a5ea
|
@ -131,7 +131,7 @@ void MENUS::render_serverbrowser_serverlist(RECT view)
|
|||
RECT msgbox = view;
|
||||
msgbox.y += view.h/3;
|
||||
|
||||
if(client_serverbrowse_refreshingmasters())
|
||||
if(active_page == PAGE_INTERNET && client_serverbrowse_refreshingmasters())
|
||||
ui_do_label(&msgbox, "Refreshing master servers", 16.0f, 0);
|
||||
else if(!client_serverbrowse_num())
|
||||
ui_do_label(&msgbox, "No servers found", 16.0f, 0);
|
||||
|
|
Loading…
Reference in a new issue