Update the README example response.

This commit is contained in:
CosminPerRam 2023-01-12 23:11:46 +02:00
parent 50012dd49f
commit 66be14df0c

View file

@ -42,10 +42,8 @@ Response (note that some games have a different structure):
tv_name: None, tv_name: None,
keywords: Some("alltalk,nocrits"), keywords: Some("alltalk,nocrits"),
rules: [ rules: [
ServerRule { "mp_autoteambalance": "1",
name: "mp_autoteambalance", "mp_maxrounds": "5",
value: "1",
}
//.... //....
] ]
} }