Some general fixes (#782)

* feat(protections): small updates
* chore(CustomText): comment out TICK_LEFTCHEAT label override
* feat(protections): make desync protections optional
* fix(matchmaking): fix pool filter
This commit is contained in:
maybegreat48
2022-12-31 00:47:01 +00:00
committed by GitHub
parent 640cf9a83d
commit 3aafd119c5
11 changed files with 73 additions and 66 deletions

View File

@ -65,6 +65,9 @@ namespace big
{
m_found_sessions[i].is_valid = false;
}
if (g.session_browser.pool_filter_enabled && ((m_found_sessions[i].attributes.discriminator & (1 << 14)) == (1 << 14)) != (bool)g.session_browser.pool_filter)
m_found_sessions[i].is_valid = false;
}
if (g.session_browser.sort_method != 0)