diff --git a/src/main/java/forge/GameAction.java b/src/main/java/forge/GameAction.java index 450fd1f0ea4..e8767146f6f 100644 --- a/src/main/java/forge/GameAction.java +++ b/src/main/java/forge/GameAction.java @@ -623,7 +623,7 @@ public class GameAction { boolean isGameDone = humanWins || computerWins; if (isGameDone) { game.getPlayerRating(PlayerIndex.AI).setLossReason(computer.getLossState(), computer.getLossConditionSource()); - game.getPlayerRating(PlayerIndex.HUMAN).setLossReason(human.getLossState(), computer.getLossConditionSource()); + game.getPlayerRating(PlayerIndex.HUMAN).setLossReason(human.getLossState(), human.getLossConditionSource()); AllZone.getMatchState().addGamePlayed(game); }