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:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user