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",
|
||||
"additionalProperties" : false,
|
||||
"default" : {},
|
||||
"required" : [ "mapPreview", "accountID", "accountCookie", "displayName", "hostname", "port", "roomPlayerLimit", "roomType", "roomMode" ],
|
||||
"required" : [ "mapPreview", "hostname", "port", "roomPlayerLimit", "roomType", "roomMode" ],
|
||||
"properties" : {
|
||||
"mapPreview" : {
|
||||
"type" : "boolean",
|
||||
"default" : true
|
||||
},
|
||||
"accountID" : {
|
||||
"type" : "string",
|
||||
"default" : ""
|
||||
},
|
||||
"accountCookie" : {
|
||||
"type" : "string",
|
||||
"default" : ""
|
||||
},
|
||||
"displayName" : {
|
||||
"type" : "string",
|
||||
"default" : ""
|
||||
},
|
||||
"hostname" : {
|
||||
"type" : "string",
|
||||
"default" : "beholder.vcmi.eu"
|
||||
|
Loading…
Reference in New Issue
Block a user