mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Protocol] Fix an instance of unwrapping in The Ship
This commit is contained in:
parent
7e028ce97d
commit
a8fc67412c
2 changed files with 8 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue