diff --git a/logic/Server/GameServer.cs b/logic/Server/GameServer.cs index 6c396c78..a9bd1bf0 100755 --- a/logic/Server/GameServer.cs +++ b/logic/Server/GameServer.cs @@ -196,7 +196,7 @@ protected static double[] LadderCalculate(double[] oriScores, double[] competiti * winnerWeight * (1 - Math.Tanh(normalOriDelta)) * correct)); // 胜者所加天梯分) - resScore[1] = Math.Max(-120,-Math.Round(Math.Pow(competitionDelta, 2) + resScore[1] = Math.Max(-120, -Math.Round(Math.Pow(competitionDelta, 2) * loserWeight * (1 - Math.Tanh(normalOriDelta)) * correct)); // 败者所扣天梯分