mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
clear player counters between matches
This commit is contained in:
parent
7025821b55
commit
7587e65a3a
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ public abstract class PlayerImpl<T extends PlayerImpl<T>> implements Player, Ser
|
|||
this.graveyard.clear();
|
||||
}
|
||||
this.abilities.clear();
|
||||
this.counters.clear();
|
||||
this.wins = false;
|
||||
this.loses = false;
|
||||
this.left = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue