mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Fixed missing clear code in combat (maybe related to #7997);
This commit is contained in:
parent
f57693392c
commit
daed98fb0b
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ public class Combat implements Serializable, Copyable<Combat> {
|
|||
numberCreaturesDefenderAttackedBy.clear();
|
||||
creaturesForcedToAttack.clear();
|
||||
maxAttackers = Integer.MIN_VALUE;
|
||||
attackersTappedByAttack.clear();
|
||||
}
|
||||
|
||||
public String getValue() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue