diff options
Diffstat (limited to 'internal_rewrite/create_move.cpp')
| -rw-r--r-- | internal_rewrite/create_move.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal_rewrite/create_move.cpp b/internal_rewrite/create_move.cpp index 7c6aefa..f56390a 100644 --- a/internal_rewrite/create_move.cpp +++ b/internal_rewrite/create_move.cpp @@ -75,7 +75,6 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f g_cheat.m_movement( ucmd ); // This should account for the majority of FPS related bugs. - g_cheat.m_prediction.pre_run_command( ); // Actual implementation of RunCommand. g_cheat.m_prediction.run_command( ucmd ); @@ -93,7 +92,6 @@ bool __fastcall hooks::create_move( void* ecx_, void* edx_, float input_sample_f g_cheat.m_extra.no_recoil( ucmd ); // Restores globals. - g_cheat.m_prediction.post_run_command( ); g_cheat.m_move_rec( ucmd ); |
