mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Re-added updateGUI() to InputPassPriority.
This commit is contained in:
@@ -44,7 +44,7 @@ public class InputPassPriority extends Input implements java.io.Serializable {
|
||||
/** {@inheritDoc} */
|
||||
@Override
|
||||
public final void showMessage() {
|
||||
//GuiDisplayUtil.updateGUI();
|
||||
GuiDisplayUtil.updateGUI();
|
||||
ButtonUtil.enableOnlyOK();
|
||||
|
||||
final PhaseType phase = Singletons.getModel().getGameState().getPhaseHandler().getPhase();
|
||||
|
||||
Reference in New Issue
Block a user