mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix(GTA/player): rage::netPlayerData moved 0x20
This commit is contained in:
parent
92ee377669
commit
8a7d3c5bbd
@ -26,7 +26,7 @@ namespace rage
|
|||||||
class netPlayerData
|
class netPlayerData
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
char pad_0000[16]; //0x0000
|
char pad_0000[48]; //0x0000
|
||||||
uint32_t m_sec_key_time; //0x0010
|
uint32_t m_sec_key_time; //0x0010
|
||||||
netAddress m_lan_ip; //0x0014
|
netAddress m_lan_ip; //0x0014
|
||||||
uint16_t m_lan_port; //0x0018
|
uint16_t m_lan_port; //0x0018
|
||||||
|
Loading…
x
Reference in New Issue
Block a user