Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoWQ222 committed May 6, 2024
1 parent 65a0c2d commit 7cc5593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/Server/GameServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ protected double[] PullScore(double[] scores)
}
else
{
double[] final = Cal(org, scores);
double[] final = LadderCalculate(org, scores);
return final;
}
}
Expand Down

0 comments on commit 7cc5593

Please sign in to comment.