Revert error details for the BadGame error

This commit is contained in:
CosminPerRam 2023-01-13 00:39:58 +02:00
parent c263b17651
commit e72d7bdf8b
3 changed files with 12 additions and 11 deletions

View file

@ -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: