fix(CPlayerInfo): Accidental duplicate of member properties

This commit is contained in:
Yimura 2021-10-18 17:24:44 +02:00
parent 53a6f68990
commit ac23f0ceae
2 changed files with 1 additions and 1 deletions

View File

@ -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

Binary file not shown.