Merge branch 'imbris/small-fix' into 'master'

Small fix

See merge request veloren/veloren!3239
This commit is contained in:
Justin Shipsey 2022-02-26 06:37:43 +00:00
commit e0abb8f0e6
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ impl Sys {
);
}
},
_ => unreachable!("not a client_character_screen msg"),
_ => tracing::error!("not a client_character_screen msg"),
}
Ok(())
}

View File

@ -57,7 +57,7 @@ impl Sys {
common::comp::DisconnectReason::ClientRequested,
));
},
_ => unreachable!("not a client_general msg"),
_ => tracing::error!("not a client_general msg"),
}
Ok(())
}