mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
fixed a test failure
This commit is contained in:
parent
37009e85bb
commit
58a297ec5c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public class FlipCoinEffect extends OneShotEffect {
|
||||||
protected Effects executingEffectsLost = new Effects();
|
protected Effects executingEffectsLost = new Effects();
|
||||||
|
|
||||||
public FlipCoinEffect() {
|
public FlipCoinEffect() {
|
||||||
this(null);
|
this((Effect) null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlipCoinEffect(Effect effectWon) {
|
public FlipCoinEffect(Effect effectWon) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue