This commit is contained in:
BetaSteward 2011-09-12 22:11:17 -04:00
parent 8c011aeb36
commit a73d04af1a

View file

@ -166,7 +166,7 @@ public class CardPluginImpl implements CardPlugin {
boolean othersOnTheRight = true;
if (options != null && options.containsKey("nonLandPermanentsInOnePile")) {
if (options.get("nonLandPermanentsInOnePile").equals("true")) {
System.out.println("in one pile");
// System.out.println("in one pile");
othersOnTheRight = false;
allCreatures.addAll(allOthers);
allOthers.clear();