mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Revert error details for the BadGame error
This commit is contained in:
parent
c263b17651
commit
e72d7bdf8b
3 changed files with 12 additions and 11 deletions
|
|
@ -8,6 +8,7 @@ Valve Protocol: Players with no name are no more added to the `players_details`
|
|||
|
||||
### Breaking:
|
||||
Valve Protocol: The rules field is now a `HashMap<String, String>` instead of a `Vec<ServerRule>` (where the `ServerRule` structure had a name and a value fields).
|
||||
Errors: Besides the `BadGame` error, now no other errors returns details about what happened (as it was quite pointless).
|
||||
|
||||
# 0.0.7 - 03/01/2023
|
||||
### Changes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue