mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fmt
This commit is contained in:
@ -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 => {
|
||||
|
Reference in New Issue
Block a user