mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-03 16:13:36 +08:00
fix
This commit is contained in:
parent
b56c146f42
commit
8a0f066224
@ -312,7 +312,7 @@ namespace big
|
|||||||
msg->m_detail.m_player_count = std::max(25, (int)msg->m_detail.m_player_count);
|
msg->m_detail.m_player_count = std::max(25, (int)msg->m_detail.m_player_count);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g.spoofing.session_player_count)
|
if (g.spoofing.spoof_session_player_count)
|
||||||
{
|
{
|
||||||
msg->m_detail.m_player_count = g.spoofing.session_player_count;
|
msg->m_detail.m_player_count = g.spoofing.session_player_count;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user