1
0
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:
Ivan Savenko 2024-05-13 11:42:05 +00:00
parent 58d1c93c1b
commit e12db20314

View File

@ -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",