mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
- Fixed the timing of the puzzle description popup in desktop Forge.
This commit is contained in:
@@ -89,8 +89,8 @@ public enum CSubmenuPuzzleSolve implements ICDoc, IMenuProvider {
|
||||
hostedMatch.setStartGameHook(new Runnable() {
|
||||
@Override
|
||||
public final void run() {
|
||||
selected.applyToGame(hostedMatch.getGame());
|
||||
SOptionPane.showMessageDialog(selected.getGoalDescription(), selected.getName(), SOptionPane.INFORMATION_ICON);
|
||||
selected.applyToGame(hostedMatch.getGame());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user