From 57f612c793494c4c801981789388cf7df023c7bd Mon Sep 17 00:00:00 2001 From: Edo Date: Sat, 22 Jan 2022 15:54:32 +0000 Subject: [PATCH] Forgot this newline --- src/Game/Structs.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Game/Structs.hpp b/src/Game/Structs.hpp index ed12b603..0d55a280 100644 --- a/src/Game/Structs.hpp +++ b/src/Game/Structs.hpp @@ -5578,6 +5578,7 @@ namespace Game unsigned __int64 steamID; // 278272 char __pad9[403592]; // 278280 } client_t; + #pragma pack(pop) static_assert(sizeof(client_t) == 0xA6790);