- Fixed the timing of the puzzle description popup in desktop Forge.

This commit is contained in:
Agetian
2017-08-01 10:25:09 +00:00
parent e43cfce016
commit 1108c92beb

View File

@@ -89,8 +89,8 @@ public enum CSubmenuPuzzleSolve implements ICDoc, IMenuProvider {
hostedMatch.setStartGameHook(new Runnable() { hostedMatch.setStartGameHook(new Runnable() {
@Override @Override
public final void run() { public final void run() {
selected.applyToGame(hostedMatch.getGame());
SOptionPane.showMessageDialog(selected.getGoalDescription(), selected.getName(), SOptionPane.INFORMATION_ICON); SOptionPane.showMessageDialog(selected.getGoalDescription(), selected.getName(), SOptionPane.INFORMATION_ICON);
selected.applyToGame(hostedMatch.getGame());
} }
}); });