mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Change Valve Protocol Rules to HashMap<String, String>
This commit is contained in:
parent
d8aef7d9e5
commit
50012dd49f
4 changed files with 18 additions and 22 deletions
|
|
@ -6,7 +6,7 @@ Who knows what the future holds...
|
|||
[Risk of Rain 2](https://store.steampowered.com/app/632360/Risk_of_Rain_2/) support.
|
||||
|
||||
### Breaking:
|
||||
Nothing (yet).
|
||||
Valve Protocol - Rules is now a `HashMap<String, String>` instead of a `Vec<ServerRule>` (where the `ServerRule` structure had a name and value fields).
|
||||
|
||||
# 0.0.7 - 03/01/2023
|
||||
### Changes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue