fix chat not seen by other players (#2900)
This commit is contained in:
parent
629cff293a
commit
4e1deb4ef0
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user