Skip to content

Commit

Permalink
fix: CheckConnectionResends being called twice per Update
Browse files Browse the repository at this point in the history
Fixes: #29
  • Loading branch information
TwoTenPvP committed Sep 30, 2020
1 parent a401908 commit b70f5c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Ruffles/Connections/Connection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -901,11 +901,6 @@ internal void Update()
if (Config.EnableChannelUpdates)
{
RunChannelUpdates();
}

if (Config.EnableConnectionRequestResends)
{
CheckConnectionResends();
}

if (Config.EnablePacketMerging)
Expand Down

0 comments on commit b70f5c4

Please sign in to comment.