mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Crate] Add RequestSettings to CHANGELOG
This commit is contained in:
parent
a56ca45de6
commit
e1568f4019
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ Protocols:
|
||||||
reported by the server are the same, errors if not, enabled by default.
|
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.
|
- 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.
|
- The Ship: Fixed some instances of using `unwrap` without handling the panics.
|
||||||
|
- Minecraft Java: Added an optional parameter, `RequestSettings`, which contains fields that are used when creating the handshake
|
||||||
|
packet (this solves some servers not responding to the query).
|
||||||
|
|
||||||
Crate:
|
Crate:
|
||||||
- Rich errors, capturing backtrace is done on `RUST_BACKTRACE=1`.
|
- Rich errors, capturing backtrace is done on `RUST_BACKTRACE=1`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue