mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-15 23:07:59 +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:
@ -10,6 +10,9 @@ namespace big
|
||||
{
|
||||
void looped::system_desync_kick_protection()
|
||||
{
|
||||
if (!g.protections.desync_kick)
|
||||
return;
|
||||
|
||||
if (g_player_service->get_self()->is_valid() && g_player_service->get_self()->is_host())
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user