From 2455cbe3437bf20777854d0383038996d863edfc Mon Sep 17 00:00:00 2001 From: Splatt581 <31417200+Splatt581@users.noreply.github.com> Date: Mon, 13 May 2024 14:13:01 +0300 Subject: [PATCH] Update structSizeCheck.cpp --- rehlds/rehlds/structSizeCheck.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rehlds/rehlds/structSizeCheck.cpp b/rehlds/rehlds/structSizeCheck.cpp index 259787c..a26eadb 100644 --- a/rehlds/rehlds/structSizeCheck.cpp +++ b/rehlds/rehlds/structSizeCheck.cpp @@ -13,8 +13,8 @@ void check_size() { void checkSizesStatic() { - CHECK_TYPE_SIZE(client_t, 0x5018, 0x4EF4); - CHECK_TYPE_SIZE(userfilter_t, 0x20, 0x18); + CHECK_TYPE_SIZE(client_t, 0x5020, 0x4EFC); + CHECK_TYPE_SIZE(userfilter_t, 0x28, 0x20); #ifndef REHLDS_FIXES CHECK_TYPE_SIZE(CSteam3Server, 0x90, 0xA8); #endif