help me dear god

This commit is contained in:
Sage The DM 2025-01-13 20:07:14 +01:00
parent f423824d4b
commit b9fcff496c
2 changed files with 2 additions and 2 deletions

View file

@ -117,8 +117,8 @@ public class LoginController {
}
@FXML
void handleRegisterButtonClick(ActionEvent event) {
void handleRegisterButtonClick(ActionEvent event) throws IOException {
App.setRoot("register");
}
@FXML