mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Removed no longer used fields - data moved to persistent storage
This commit is contained in:
parent
64ff0e0486
commit
699616c984
@ -546,24 +546,12 @@
|
|||||||
"type" : "object",
|
"type" : "object",
|
||||||
"additionalProperties" : false,
|
"additionalProperties" : false,
|
||||||
"default" : {},
|
"default" : {},
|
||||||
"required" : [ "mapPreview", "accountID", "accountCookie", "displayName", "hostname", "port", "roomPlayerLimit", "roomType", "roomMode" ],
|
"required" : [ "mapPreview", "hostname", "port", "roomPlayerLimit", "roomType", "roomMode" ],
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"mapPreview" : {
|
"mapPreview" : {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"default" : true
|
"default" : true
|
||||||
},
|
},
|
||||||
"accountID" : {
|
|
||||||
"type" : "string",
|
|
||||||
"default" : ""
|
|
||||||
},
|
|
||||||
"accountCookie" : {
|
|
||||||
"type" : "string",
|
|
||||||
"default" : ""
|
|
||||||
},
|
|
||||||
"displayName" : {
|
|
||||||
"type" : "string",
|
|
||||||
"default" : ""
|
|
||||||
},
|
|
||||||
"hostname" : {
|
"hostname" : {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"default" : "beholder.vcmi.eu"
|
"default" : "beholder.vcmi.eu"
|
||||||
|
Loading…
Reference in New Issue
Block a user