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