mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
Typo
This commit is contained in:
parent
c4877902c6
commit
2ad90e44b0
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ public abstract class CardTestPlayerAPIImpl extends MageTestPlayerBase implement
|
|||
*/
|
||||
@Override
|
||||
public void setStopAt(int turn, PhaseStep step) {
|
||||
Assert.assertTrue("Wrong turn " + turn, turn >= 0);
|
||||
Assert.assertTrue("Wrong turn " + turn, turn >= 1);
|
||||
stopOnTurn = turn;
|
||||
stopAtStep = step;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue