1
0
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:
Ivan Savenko 2024-03-30 10:25:17 +02:00
parent 64ff0e0486
commit 699616c984

View File

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