a more precise revision

This commit is contained in:
Maxmtg
2013-05-28 15:38:51 +00:00
parent 2b007767af
commit d58b922009

View File

@@ -523,13 +523,11 @@ public class MagicStack extends MyObservable implements Iterable<SpellAbilitySta
} }
} }
chooseOrderOfSimultaneousStackEntryAll();
// WHAT DOES THIS DO?
/*
if (!this.getSimultaneousStackEntryList().isEmpty()) { if (!this.getSimultaneousStackEntryList().isEmpty()) {
game.getPhaseHandler().passPriority(); chooseOrderOfSimultaneousStackEntryAll();
// Why should we pass priority after adding something to a stack?
// game.getPhaseHandler().passPriority();
} }
*/
} }
/** /**