mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
Add missing field in schema
This commit is contained in:
parent
58d1c93c1b
commit
e12db20314
@ -78,6 +78,11 @@
|
||||
"maximum" : 8,
|
||||
"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" :
|
||||
{
|
||||
"type" : "number",
|
||||
|
Loading…
Reference in New Issue
Block a user