forgot to fill out rest of struct

This commit is contained in:
Diavolo 2023-04-03 19:18:37 +02:00 committed by Maurice Heumann
parent 23c7228214
commit fcec2f9b89

View File

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