mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Fix typo in comment (#9038)
This commit is contained in:
parent
055cffb4d1
commit
33eeffa4d0
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public abstract class CardTestPlayerAPIImpl extends MageTestPlayerBase implement
|
|||
protected String deckNameC;
|
||||
protected String deckNameD;
|
||||
|
||||
private int rollbackBlock = 0; // used to handle actions that have to be added aufter a rollback
|
||||
private int rollbackBlock = 0; // used to handle actions that have to be added after a rollback
|
||||
private boolean rollbackBlockActive = false;
|
||||
private TestPlayer rollbackPlayer = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue