diff options
Diffstat (limited to 'Game')
-rw-r--r-- | Game/Code/Classes/UParty.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UParty.pas b/Game/Code/Classes/UParty.pas index db0328aa..e9d21da3 100644 --- a/Game/Code/Classes/UParty.pas +++ b/Game/Code/Classes/UParty.pas @@ -366,7 +366,7 @@ begin //Set Scores
- if (Ini.NewPartyPoints = 1) then
+ if (Ini.NewPartyPoints = 1) and (Rounds[CurRound].Winner <> 0) then
begin
MaxScore := 0;
|