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