From d87dab497a45ca6608c60e7b86271bd327f093bc Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 11 Mar 2017 02:11:32 +0100 Subject: [PATCH] [ServerList] Don't update the localized string when refreshing --- src/Components/Modules/ServerList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/ServerList.cpp b/src/Components/Modules/ServerList.cpp index d242ccc5..9fc188e0 100644 --- a/src/Components/Modules/ServerList.cpp +++ b/src/Components/Modules/ServerList.cpp @@ -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();