Skip to content

Commit

Permalink
"Reset filter" also resets exclusion lists
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Dec 21, 2014
1 parent 023f926 commit a44773e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/client/components/menus_browser.cpp
Expand Up @@ -848,6 +848,8 @@ void CMenus::RenderServerbrowserFilters(CUIRect View)
g_Config.m_BrFilterPure = 0;
g_Config.m_BrFilterPureMap = 0;
g_Config.m_BrFilterCompatversion = 0;
g_Config.m_BrFilterExcludeCountries[0] = 0;
g_Config.m_BrFilterExcludeTypes[0] = 0;
Client()->ServerBrowserUpdate();
}
}
Expand Down

0 comments on commit a44773e

Please sign in to comment.