[Protocol] Fix an instance of unwrapping in The Ship

This commit is contained in:
CosminPerRam 2023-08-17 23:08:59 +03:00
parent 7e028ce97d
commit a8fc67412c
2 changed files with 8 additions and 5 deletions

View file

@ -8,9 +8,11 @@ Protocols:
- Valve: Added the field `check_app_id` to `GatherSettings` which controls if the app id specified to the request and
reported by the server are the same, errors if not, enabled by default.
- Valve: Fixed `player`'s `score` field being `u32` when it needed to be `i32`, as specified in the protocol.
- The Ship: Fixed some instances of using `unwrap` without handling the panics.
Crate:
- Rich errors, capturing backtrace is done on `RUST_BACKTRACE=1`.
- Applied some nursery Clippy lints.
### Breaking...
Protocols: