This commit is contained in:
Joshua Barretto
2019-06-29 16:48:34 +01:00
parent 0f386bbedb
commit 324de39bfe
4 changed files with 22 additions and 15 deletions

View File

@ -114,7 +114,8 @@ impl PlayState for MainMenuState {
false,
)));
} else {
self.main_menu_ui.login_error("Invalid username".to_string());
self.main_menu_ui
.login_error("Invalid username".to_string());
}
}
MainMenuEvent::StartSingleplayer => {