summaryrefslogtreecommitdiff
path: root/internal_rewrite/create_move.cpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-28 19:59:15 +0200
committernavewindre <boneyaard@gmail.com>2018-09-28 19:59:15 +0200
commit66dcb4cdcdb0d3efce0ba74c0c5ad79bc7c51111 (patch)
tree2d2e1d67fc4f997688bd1560c94bf863a661eda4 /internal_rewrite/create_move.cpp
parent85434a853957ae5315594f72561dd1a745549727 (diff)
a
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.