mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08: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…
Add table
Add a link
Reference in a new issue