Skip to content
Snippets Groups Projects
Commit 19ad189c authored by Schuh Martin's avatar Schuh Martin
Browse files

Update: Minor improvements

parent d7b1870e
No related branches found
No related tags found
5 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development,!27Player can now place bombs that have a explosion radius that dont go through the wall.,!23Update: coreMaps.json (added final mapdata to Arena1)
......@@ -39,14 +39,11 @@ public class LoginController {
try {
persistence.login(playerName.getText(), password.getText());
persistence.loadPlayerStatistics();
Parser.playerStatsValid(persistence.getStatistics());
Platform.runLater(() -> switchScene("MainMenu"));
} catch (NoSuchAlgorithmException e) {
throw new RuntimeException(e);
} catch (DatabaseException e) {
Platform.runLater(() -> errorMessage.setText(e.getMessage()));
} catch (ParserException e) {
throw new RuntimeException(e);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment