2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-08 10:39:05 +03:00

Update structSizeCheck.cpp

This commit is contained in:
Splatt581 2024-05-13 14:13:01 +03:00 committed by GitHub
parent 073b7c4e50
commit 2455cbe343
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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