mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Merge branch 'fix-ante-lost' into 'master'
Fix ante See merge request core-developers/forge!4017
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user