diff options
Diffstat (limited to 'cheat/internal_rewrite/ragebot.cpp')
| -rw-r--r-- | cheat/internal_rewrite/ragebot.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cheat/internal_rewrite/ragebot.cpp b/cheat/internal_rewrite/ragebot.cpp index 4a85078..19034df 100644 --- a/cheat/internal_rewrite/ragebot.cpp +++ b/cheat/internal_rewrite/ragebot.cpp @@ -727,9 +727,6 @@ namespace features restore = true;
tick_count = new_tickcount;
}
- else if( g_settings.misc.net_fakelag == 4 && can_hit_without_ping( it ) ) {
- m_can_fakeping = false;
- }
}
}
else {
@@ -741,10 +738,6 @@ namespace features restore = true;
}
else {
- if( g_settings.misc.net_fakelag == 4 ) {
- //if( can_hit_without_ping( it ) )
- // m_can_fakeping = false;
- }
lag_record_t* last_simtime_record = m_lagcomp->get_newest_valid_record( it );
if( last_simtime_record ) {
|
