Fix compilation error
This commit is contained in:
parent
0141621bb4
commit
9518780e51
@ -94,7 +94,7 @@ public class LingoPresenter implements FxmlController {
|
||||
});
|
||||
content.setCenter(presenter.getNode());
|
||||
presenter.startGame();
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
log.error("Failed to load single player", e);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user