This commit is contained in:
friarsol
2021-02-25 20:38:27 -05:00
parent 28bfe72986
commit 0cf4b5a261

View File

@@ -239,7 +239,7 @@ public final class GameOutcome implements Iterable<Entry<RegisteredPlayer, Playe
if (!anteResult.containsKey(pl)) {
anteResult.put(pl, new AnteResult());
}
anteResult.get(pl).addWon(cards);
anteResult.get(pl).addLost(cards);
}
public AnteResult getAnteResult(RegisteredPlayer pl) {