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