mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Fix ante
This commit is contained in:
@@ -239,7 +239,7 @@ public final class GameOutcome implements Iterable<Entry<RegisteredPlayer, Playe
|
|||||||
if (!anteResult.containsKey(pl)) {
|
if (!anteResult.containsKey(pl)) {
|
||||||
anteResult.put(pl, new AnteResult());
|
anteResult.put(pl, new AnteResult());
|
||||||
}
|
}
|
||||||
anteResult.get(pl).addWon(cards);
|
anteResult.get(pl).addLost(cards);
|
||||||
}
|
}
|
||||||
|
|
||||||
public AnteResult getAnteResult(RegisteredPlayer pl) {
|
public AnteResult getAnteResult(RegisteredPlayer pl) {
|
||||||
|
|||||||
Reference in New Issue
Block a user