mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-10 00:43:59 +02:00
Add missing field in schema
This commit is contained in:
parent
58d1c93c1b
commit
e12db20314
@ -78,6 +78,11 @@
|
|||||||
"maximum" : 8,
|
"maximum" : 8,
|
||||||
"description" : "Maximum number of players that can join this room, including host"
|
"description" : "Maximum number of players that can join this room, including host"
|
||||||
},
|
},
|
||||||
|
"version" :
|
||||||
|
{
|
||||||
|
"type" : "string",
|
||||||
|
"description" : "Version of match server, e.g. 1.5.0"
|
||||||
|
},
|
||||||
"ageSeconds" :
|
"ageSeconds" :
|
||||||
{
|
{
|
||||||
"type" : "number",
|
"type" : "number",
|
||||||
|
Loading…
Reference in New Issue
Block a user