diff --git a/src/hacks/LagExploit.cpp b/src/hacks/LagExploit.cpp index 4f763484..3adb4766 100644 --- a/src/hacks/LagExploit.cpp +++ b/src/hacks/LagExploit.cpp @@ -214,7 +214,7 @@ void CreateMove() if (!amount) return; - cmd->command_number += amount; + g_pUserCmd->command_number += amount; *(int*)((unsigned)g_IBaseClientState + offsets::lastoutgoingcommand()) += amount;