mirror of
https://github.com/vcmi/vcmi.git
synced 2026-05-16 09:28:24 +02:00
Added support for configuring which language channels are visible to
player in lobby
This commit is contained in:
@@ -673,7 +673,7 @@
|
||||
"type" : "object",
|
||||
"additionalProperties" : false,
|
||||
"default" : {},
|
||||
"required" : [ "mapPreview", "hostname", "port", "roomPlayerLimit", "roomType", "roomMode" ],
|
||||
"required" : [ "mapPreview", "hostname", "port", "roomPlayerLimit", "roomType", "roomMode", "languageRooms" ],
|
||||
"properties" : {
|
||||
"mapPreview" : {
|
||||
"type" : "boolean",
|
||||
@@ -698,6 +698,10 @@
|
||||
"roomMode" : {
|
||||
"type" : "number",
|
||||
"default" : 0
|
||||
},
|
||||
"languageRooms" : {
|
||||
"type" : "array",
|
||||
"default" : []
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user