Skip to content

Commit

Permalink
Merge #1086 (ServerFinder fix) into v7.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 3, 2024
2 parents 4274498 + acd0e1c commit ae9a909
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ private void updatePingers(ArrayList<WurstServerPinger> pingers)
}
}
pingers.remove(i);
i -= 1;
}
}

Expand Down

0 comments on commit ae9a909

Please sign in to comment.