diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-03 22:03:34 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-03 22:03:41 +0100 |
| commit | 716be28826ac61491944490373402c39123a1d75 (patch) | |
| tree | 60614ff806843ccfde19c95bd28a8a25a230a54f /cheat/internal_rewrite/ragebot.cpp | |
| parent | 4047e9083ef1731847bcd75f361f2d611fe5e401 (diff) | |
boris is cool
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 ) {
|
