mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Fixed what is almost certainly a typo
This commit is contained in:
parent
18ab621a20
commit
ac13be90cf
1 changed files with 1 additions and 1 deletions
|
@ -1639,7 +1639,7 @@ public abstract class CardTestPlayerAPIImpl extends MageTestPlayerBase implement
|
|||
}
|
||||
|
||||
public void waitStackResolved(int turnNum, PhaseStep step, TestPlayer player) {
|
||||
waitStackResolved(1, step, player, false);
|
||||
waitStackResolved(turnNum, step, player, false);
|
||||
}
|
||||
|
||||
public void waitStackResolved(int turnNum, PhaseStep step, TestPlayer player, boolean skipOneStackObjectOnly) {
|
||||
|
|
Loading…
Reference in a new issue