summaryrefslogtreecommitdiff
path: root/cheat/internal_rewrite/begin_lock.cpp
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2018-12-24 20:39:16 +1300
committerboris <wzn@moneybot.cc>2018-12-24 20:39:16 +1300
commitcac146640ad99309329119ceb264542de12bc9aa (patch)
treec853c09991593b60b0249e4a237bb898432c220c /cheat/internal_rewrite/begin_lock.cpp
parentace9ae2117175dfe5e14b259db2e0536f8ec7a8a (diff)
parentf41bf6509390f12a4252f40daf0209e7a7d64666 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'cheat/internal_rewrite/begin_lock.cpp')
-rw-r--r--cheat/internal_rewrite/begin_lock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/begin_lock.cpp b/cheat/internal_rewrite/begin_lock.cpp
index 5312eec..fb4bdf1 100644
--- a/cheat/internal_rewrite/begin_lock.cpp
+++ b/cheat/internal_rewrite/begin_lock.cpp
@@ -58,7 +58,7 @@ void __fastcall hooks::begin_lock( void* ecx, void* edx ) { // THIS IS PROLLY NO
g_cheat.m_player_mgr.frame_stage_notify( );
g_cheat.m_prediction.frame_stage_notify( );
- g_cheat.m_ragebot.m_resolver->frame_stage_notify( );
+ //g_cheat.m_ragebot.m_resolver->frame_stage_notify( );
g_cheat.m_ragebot.m_lagcomp->fsn_render_start( );
g_cheat.m_skins( );
}