mirror of
https://github.com/correl/mage.git
synced 2025-04-03 01:08:59 -09:00
Fixed init.txt not working for hand zone.
This commit is contained in:
parent
0a300cf610
commit
38e5ae1f03
2 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class SystemUtil {
|
|||
return;
|
||||
}
|
||||
|
||||
//logger.info("Parsing init.txt for player : " + player.getName());
|
||||
logger.info("Parsing init.txt... ");
|
||||
|
||||
Scanner scanner = new Scanner(f);
|
||||
try {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue