mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
fix(CPlayerInfo): Accidental duplicate of member properties
This commit is contained in:
parent
53a6f68990
commit
ac23f0ceae
@ -11,7 +11,7 @@ public:
|
||||
uint16_t m_external_port; //0x0070
|
||||
char pad_0072[2]; //0x0072
|
||||
uint32_t m_internal_ip; //0x0074
|
||||
uint16_t m_external_port; //0x0078
|
||||
uint16_t m_internal_port; //0x0078
|
||||
char pad_007A[22]; //0x007A
|
||||
uint64_t m_rockstar_id2; //0x0090
|
||||
char pad_0098[12]; //0x0098
|
||||
|
BIN
gtav.rcnet
BIN
gtav.rcnet
Binary file not shown.
Loading…
Reference in New Issue
Block a user