From 15631bcec220c3b17eb41e81ebc2f579c42c613b Mon Sep 17 00:00:00 2001 From: Diavolo Date: Wed, 8 Sep 2021 10:05:34 +0200 Subject: [PATCH] Removed static assert --- src/Game/Structs.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Game/Structs.hpp b/src/Game/Structs.hpp index 46eb7935..95a49359 100644 --- a/src/Game/Structs.hpp +++ b/src/Game/Structs.hpp @@ -4666,14 +4666,12 @@ namespace Game // 269044 char __pad9[9228]; // 278272 - unsigned __int64 steamId; + unsigned __int64 steamID; // 278280 char __pad10[403592]; } client_t; #pragma pack(pop) - static_assert(sizeof(client_t) == 681872); - struct CModelAllocData { void* mainArray;