forked from External/mage
more fixes
This commit is contained in:
parent
25e95b708b
commit
8f45bc1717
49 changed files with 68 additions and 59 deletions
|
|
@ -431,6 +431,8 @@ public class GameController implements GameCallback {
|
|||
gameZone = Zone.BATTLEFIELD;
|
||||
} else if ("graveyard".equalsIgnoreCase(zone)) {
|
||||
gameZone = Zone.GRAVEYARD;
|
||||
} else if ("library".equalsIgnoreCase(zone)) {
|
||||
gameZone = Zone.LIBRARY;
|
||||
} else {
|
||||
continue; // go parse next line
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue