mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
*Fixed rigged planar dice rolls.
This commit is contained in:
@@ -686,7 +686,14 @@ public final class GuiDisplayUtil {
|
||||
|
||||
PlanarDice.roll(p, res);
|
||||
|
||||
p.getGame().getStack().chooseOrderOfSimultaneousStackEntryAll();
|
||||
FThreads.invokeInNewThread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
p.getGame().getStack().chooseOrderOfSimultaneousStackEntryAll();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
private static GameState getGame() {
|
||||
|
||||
Reference in New Issue
Block a user