forgot to fill out rest of struct
This commit is contained in:
parent
f9812773dd
commit
5848a271a0
@ -1548,8 +1548,11 @@ namespace game
|
||||
int xuid;
|
||||
char __pad1[0x8];
|
||||
bool bIsTestClient;
|
||||
char __pad2[0x29DAC];
|
||||
};
|
||||
|
||||
static_assert(sizeof(client_s) == 0xE5110);
|
||||
|
||||
enum scriptInstance_t
|
||||
{
|
||||
SCRIPTINSTANCE_SERVER = 0x0,
|
||||
|
Loading…
Reference in New Issue
Block a user