more fixes

This commit is contained in:
BetaSteward 2010-11-27 05:23:35 +00:00
parent 25e95b708b
commit 8f45bc1717
49 changed files with 68 additions and 59 deletions

View file

@ -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
}