mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
clean up
This commit is contained in:
parent
8c011aeb36
commit
a73d04af1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue