[Protocol] Fixed quake 2 bug that version wouldn't always be present

This commit is contained in:
CosminPerRam 2023-07-22 16:17:52 +03:00
parent a81a6ef968
commit ada60f2376
3 changed files with 6 additions and 5 deletions

View file

@ -3,11 +3,13 @@ Who knows what the future holds...
# 0.X.Y - DD/MM/2023
### Changes:
To be made...
Protocols:
- Quake 2: Fixed a bug where the version tag wouldn't always be present.
### Breaking...
Protocols:
- Gamespy 1: Renamed the players `frags` field to `score` to be more inline with the other protocols.
- Quake: The `version` field has been changed from `String`to `Option<String>`.
# 0.3.0 - 18/07/2023
### Changes: