From 5848a271a069e6b8c55c2d8e977abf9ce81ceb25 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Mon, 3 Apr 2023 19:18:37 +0200 Subject: [PATCH] forgot to fill out rest of struct --- src/client/game/structs.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/game/structs.hpp b/src/client/game/structs.hpp index 8fff9a42..b3599480 100644 --- a/src/client/game/structs.hpp +++ b/src/client/game/structs.hpp @@ -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,