Skip to content

Commit 7cc5593

Browse files
committed
fix bugs
1 parent 65a0c2d commit 7cc5593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic/Server/GameServer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ protected double[] PullScore(double[] scores)
141141
}
142142
else
143143
{
144-
double[] final = Cal(org, scores);
144+
double[] final = LadderCalculate(org, scores);
145145
return final;
146146
}
147147
}

0 commit comments

Comments
 (0)