into single thread

This commit is contained in:
Maxmtg
2013-12-29 17:16:24 +00:00
parent b8b3fff684
commit 121db288c1

View File

@@ -485,13 +485,7 @@ public final class GuiDisplayUtil {
@Override
public void run() {
getGame().getAction().changeZone(null, p.getZone(ZoneType.PlanarDeck), forgeCard, 0);
}
});
PlanarDice.roll(p, PlanarDice.Planeswalk);
game.getAction().invoke(new Runnable() {
@Override
public void run() {
p.getGame().getStack().chooseOrderOfSimultaneousStackEntryAll();
}
});