mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 17:12:35 +08:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user