mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Protocol] Fixed quake 2 bug that version wouldn't always be present
This commit is contained in:
parent
a81a6ef968
commit
ada60f2376
3 changed files with 6 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue