From de59f0d4ce3362589bf97f1e9cc7b38dd2e7839b Mon Sep 17 00:00:00 2001 From: Maxmtg Date: Tue, 13 Sep 2011 02:38:47 +0000 Subject: [PATCH] I should be more careful copypaster --- src/main/java/forge/GameAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }