summaryrefslogtreecommitdiff
path: root/internal_rewrite/create_move.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/create_move.cpp')
-rw-r--r--internal_rewrite/create_move.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal_rewrite/create_move.cpp b/internal_rewrite/create_move.cpp
index e9bb5ea..1301aac 100644
--- a/internal_rewrite/create_move.cpp
+++ b/internal_rewrite/create_move.cpp
@@ -72,7 +72,8 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f
g_cheat.m_movement( ucmd );
//SUPER SECRET EXPLOIT DO NOT LEAK
- //ucmd->m_buttons |= IN_BULLRUSH;
+ if( g_settings.misc.no_crouch_cooldown )
+ ucmd->m_buttons |= IN_BULLRUSH;
// This should account for the majority of FPS related bugs.