Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Always update incoming sequences
Browse files Browse the repository at this point in the history
Improves fake latency, cuz it breaks if you miss some sequences
  • Loading branch information
notgoodusename committed Feb 28, 2023
1 parent 5068c8d commit aa6760f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Osiris/Hacks/Backtrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ void Backtrack::updateIncomingSequences() noexcept
{
static int lastIncomingSequenceNumber = 0;

if (!config->backtrack.fakeLatency)
return;

if (!localPlayer)
return;

Expand Down

0 comments on commit aa6760f

Please sign in to comment.