mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
fix chat not seen by other players (#2900)
This commit is contained in:
parent
6e0358737f
commit
fe04dfedf3
@ -21,7 +21,7 @@ namespace
|
||||
buf.Write<uint8_t>(hnd.m_platform, sizeof(hnd.m_platform) * 8);
|
||||
if (hnd.m_platform == rage::rlPlatforms::PC)
|
||||
{
|
||||
buf.WriteQWord(hnd.m_rockstar_id, sizeof(hnd.m_rockstar_id) * 8);
|
||||
buf.WriteInt64(hnd.m_rockstar_id, sizeof(hnd.m_rockstar_id) * 8);
|
||||
buf.Write<uint8_t>(hnd.m_padding, sizeof(hnd.m_padding) * 8);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user