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; } }