mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
into single thread
This commit is contained in:
@@ -484,14 +484,8 @@ public final class GuiDisplayUtil {
|
|||||||
getGame().getAction().invoke(new Runnable() {
|
getGame().getAction().invoke(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
getGame().getAction().changeZone(null, p.getZone(ZoneType.PlanarDeck), forgeCard, 0);
|
getGame().getAction().changeZone(null, p.getZone(ZoneType.PlanarDeck), forgeCard, 0);
|
||||||
}
|
PlanarDice.roll(p, PlanarDice.Planeswalk);
|
||||||
});
|
|
||||||
PlanarDice.roll(p, PlanarDice.Planeswalk);
|
|
||||||
|
|
||||||
game.getAction().invoke(new Runnable() {
|
|
||||||
@Override
|
|
||||||
public void run() {
|
|
||||||
p.getGame().getStack().chooseOrderOfSimultaneousStackEntryAll();
|
p.getGame().getStack().chooseOrderOfSimultaneousStackEntryAll();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user