From 0dcf2b749c36945adabd6d609dbd8811cbea30ce Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Sun, 25 Mar 2018 11:58:44 +0200 Subject: [PATCH] Fix some instant switch issues --- 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 f074d6b7..b27c92d2 100644 --- a/src/hacks/LagExploit.cpp +++ b/src/hacks/LagExploit.cpp @@ -297,7 +297,7 @@ void CreateMove() { static int lastweapon = 0; if (lastweapon != g_pUserCmd->weaponselect) { - amount = 1 * 90; + amount = 2 * 90; lastweapon = g_pUserCmd->weaponselect; } }