diff --git a/Src/HM5.Server/Services/ContractsService.cs b/Src/HM5.Server/Services/ContractsService.cs index 383371a..75e1128 100644 --- a/Src/HM5.Server/Services/ContractsService.cs +++ b/Src/HM5.Server/Services/ContractsService.cs @@ -282,7 +282,7 @@ private SimpleContract MapContractToSimpleContract(Contract contract) CheckpointIndex = contract.CheckpointIndex, StartingOutfitToken = contract.StartingOutfitToken, StartingWeaponToken = contract.StartingWeaponToken, - Score = contract.UserScore + Score = contract.HighestScoringFriendScore }; } }