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
55d1bfedb2
commit
e79282ce76
@ -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…
x
Reference in New Issue
Block a user