From 66bedc99a0ac35da475beda734097a35bb07c4ec Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Thu, 25 Jan 2018 21:33:42 +0100 Subject: [PATCH] Fix my gayness (compile error :joy:) --- src/hacks/LagExploit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;