From a9d08a9b9de034adcae35772f3763cab2419bb0b Mon Sep 17 00:00:00 2001 From: AAA-ALR <88492170+AAA-ALR@users.noreply.github.com> Date: Fri, 20 Oct 2023 23:00:34 +0800 Subject: [PATCH] small issue (#7) * Update rlGamerInfo.hpp some minor issues * Update rlGamerInfoBase.hpp --- network/rlGamerInfo.hpp | 3 ++- network/rlGamerInfoBase.hpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/network/rlGamerInfo.hpp b/network/rlGamerInfo.hpp index 294e869..95b34c6 100644 --- a/network/rlGamerInfo.hpp +++ b/network/rlGamerInfo.hpp @@ -7,6 +7,7 @@ namespace rage { class rlGamerInfo : public rage::rlGamerInfoBase { + public: uint64_t m_HostToken; uint64_t m_PeerId2; rage::rlGamerHandle m_GamerHandle2; @@ -16,4 +17,4 @@ namespace rage }; static_assert(sizeof(rage::rlGamerInfo) == 0xD8); } -#pragma pack(pop) \ No newline at end of file +#pragma pack(pop) diff --git a/network/rlGamerInfoBase.hpp b/network/rlGamerInfoBase.hpp index 9a42527..d3b0c0a 100644 --- a/network/rlGamerInfoBase.hpp +++ b/network/rlGamerInfoBase.hpp @@ -8,6 +8,7 @@ namespace rage { class rlGamerInfoBase { + public: uint64_t m_PeerId; rage::rlGamerHandle m_GamerHandle; char m_AesKey[33]; @@ -24,4 +25,4 @@ namespace rage }; static_assert(sizeof(rage::rlGamerInfoBase) == 0x98); } -#pragma pack(pop) \ No newline at end of file +#pragma pack(pop)