Fixed init.txt not working for hand zone.

This commit is contained in:
magenoxx 2011-11-05 12:38:54 +03:00
parent 0a300cf610
commit 38e5ae1f03
2 changed files with 3 additions and 1 deletions

View file

@ -247,6 +247,8 @@ public abstract class CardImpl<T extends CardImpl<T>> extends MageObjectImpl<T>
break;
case STACK:
break;
case OUTSIDE:
break;
default:
logger.fatal("invalid zone for card - " + fromZone);
return false;