Fix static assert
This commit is contained in:
parent
f019f7f30a
commit
54519cdc0a
@ -1556,7 +1556,7 @@ namespace game
|
||||
char __pad4[0x29DAC];
|
||||
};
|
||||
|
||||
static_assert(sizeof(client_s) <= 0xE5110);
|
||||
static_assert(sizeof(client_s) == 0xE5110);
|
||||
|
||||
static_assert(offsetof(game::client_s, address) == 0x2C);
|
||||
static_assert(offsetof(game::client_s, xuid) == 0x55C8);
|
||||
|
Loading…
Reference in New Issue
Block a user