mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00: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.graveyard.clear();
|
||||||
}
|
}
|
||||||
this.abilities.clear();
|
this.abilities.clear();
|
||||||
|
this.counters.clear();
|
||||||
this.wins = false;
|
this.wins = false;
|
||||||
this.loses = false;
|
this.loses = false;
|
||||||
this.left = false;
|
this.left = false;
|
||||||
|
|
Loading…
Reference in a new issue