mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-24 01:22:23 +08:00
Toxic update (#641)
This commit is contained in:
@ -7,10 +7,10 @@ namespace big
|
||||
{
|
||||
bool hooks::serialize_join_request_message(RemoteGamerInfoMsg* info, void* data, int size, int* bits_serialized)
|
||||
{
|
||||
if (info->m_unk == 0)
|
||||
info->m_unk = 1;
|
||||
if (info->unk_0xC0 == 0)
|
||||
info->unk_0xC0 = 1;
|
||||
|
||||
info->m_required_player_count = 0;
|
||||
info->m_num_handles = 0;
|
||||
return g_hooking->get_original<hooks::serialize_join_request_message>()(info, data, size, bits_serialized);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user