1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 17:00:08 -09:00

clear player counters between matches

This commit is contained in:
BetaSteward 2011-04-01 21:03:15 -04:00
parent 7025821b55
commit 7587e65a3a

View file

@ -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;