From 71a8cb68e09cdeee130c9db2aa35377648bd4236 Mon Sep 17 00:00:00 2001 From: Vauff Date: Wed, 14 Aug 2024 19:42:29 -0400 Subject: [PATCH] Update CUserCmd for 2024-08-14 CS2 update --- src/detours.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/detours.cpp b/src/detours.cpp index 3e431456..83280011 100644 --- a/src/detours.cpp +++ b/src/detours.cpp @@ -480,6 +480,7 @@ FAKE_BOOL_CVAR(cs2f_disable_subtick_move, "Whether to disable subtick movement", class CUserCmd { public: + [[maybe_unused]] char pad0[0x10]; CSGOUserCmdPB cmd; [[maybe_unused]] char pad1[0x38]; #ifdef PLATFORM_WINDOWS