diff options
| author | JustSomePwner <crotchyalt@gmail.com> | 2018-10-10 16:49:23 +0200 |
|---|---|---|
| committer | JustSomePwner <crotchyalt@gmail.com> | 2018-10-10 16:49:23 +0200 |
| commit | 88bc6c4684c889dedc5d70904ea7e3a74e4b501d (patch) | |
| tree | e29e4dbd90f794cdd1db0ea484439030845bd353 | |
| parent | 5c40dc2863e28c8c1ef98c685776195d5fa5a75d (diff) | |
begin cock
| -rw-r--r-- | internal_rewrite/begin_lock.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal_rewrite/begin_lock.cpp b/internal_rewrite/begin_lock.cpp index ec4494b..2269a13 100644 --- a/internal_rewrite/begin_lock.cpp +++ b/internal_rewrite/begin_lock.cpp @@ -15,6 +15,7 @@ void __fastcall hooks::begin_lock( void* ecx, void* edx ) { // THIS IS PROLLY NO g_ctx.m_stage = FRAME_NET_UPDATE_POSTDATAUPDATE_START;
g_cheat.m_visuals.world_modulate( );
+ /*
if( g_settings.rage.anti_aim && g_ctx.run_frame( ) ) {
static float last_time = 0.f;
@@ -35,6 +36,8 @@ void __fastcall hooks::begin_lock( void* ecx, void* edx ) { // THIS IS PROLLY NO }
}
}
+ */
+
//g_con->game_console_print( "net postdataupdate start\n" );
// FRAME_NET_UPDATE_POSTDATAUPDATE_START
|
