mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
update some error handling code
This commit is contained in:
parent
c07844ba52
commit
ce27cfb30f
@ -174,7 +174,7 @@ impl PlayState for MainMenuState {
|
||||
format!("{}: {}", localized_strings.get("common.error"), e)
|
||||
},
|
||||
client::Error::AuthClientError(e) => match e {
|
||||
client::AuthClientError::JsonError(e) => format!(
|
||||
client::AuthClientError::InvalidUrl(e) => format!(
|
||||
"{}: {}",
|
||||
localized_strings.get("common.fatal_error"),
|
||||
e
|
||||
|
Loading…
Reference in New Issue
Block a user