Skip to content

Commit

Permalink
- why the hell was this static
Browse files Browse the repository at this point in the history
  • Loading branch information
KDotIV committed Aug 15, 2024
1 parent fdcafc7 commit 9e9e5ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private List<PlayerStandingResult> MapStandingsData(PlayerGraphQLResult? data)
return mappedResult;
}

private static int CalculateLeaguePoints(int participationPoints, int winnerBonus, EntrantNode tempNode, int totalEntrants)
private int CalculateLeaguePoints(int participationPoints, int winnerBonus, EntrantNode tempNode, int totalEntrants)
{
int totalPoints = participationPoints;
int maxWinnersRounds = (int)Math.Ceiling(Math.Log2(totalEntrants));
Expand Down

0 comments on commit 9e9e5ae

Please sign in to comment.