Fix compilation error

This commit is contained in:
Charles Gould 2017-10-15 23:42:05 -04:00
parent 0141621bb4
commit 9518780e51

View File

@ -94,7 +94,7 @@ public class LingoPresenter implements FxmlController {
}); });
content.setCenter(presenter.getNode()); content.setCenter(presenter.getNode());
presenter.startGame(); presenter.startGame();
} catch (IOException e) { } catch (Exception e) {
log.error("Failed to load single player", e); log.error("Failed to load single player", e);
} }
} }