From ec712b651caaccbac99b3e8cadc55c8f2b6fc87c Mon Sep 17 00:00:00 2001 From: GuoWQ222 Date: Sat, 11 May 2024 00:23:29 +0800 Subject: [PATCH] fix --- logic/Server/GameServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); // 败者所扣天梯分