mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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();
|
||||
|
||||
public FlipCoinEffect() {
|
||||
this(null);
|
||||
this((Effect) null);
|
||||
}
|
||||
|
||||
public FlipCoinEffect(Effect effectWon) {
|
||||
|
|
Loading…
Reference in a new issue