[ServerList] Don't update the localized string when refreshing
This commit is contained in:
parent
f8cd454e7e
commit
d87dab497a
@ -245,7 +245,7 @@ namespace Components
|
||||
void ServerList::Refresh(UIScript::Token)
|
||||
{
|
||||
Dvar::Var("ui_serverSelected").set(false);
|
||||
Localization::Set("MPUI_SERVERQUERIED", "Sent requests: 0/0");
|
||||
//Localization::Set("MPUI_SERVERQUERIED", "Sent requests: 0/0");
|
||||
|
||||
// ServerList::OnlineList.clear();
|
||||
// ServerList::OfflineList.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user