Project Zomboid: clarify maps setting in UI
This commit is contained in:
parent
b37a2ef374
commit
c9402a484b
@ -259,9 +259,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Map",
|
"DisplayName":"Maps",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
"Description":"Sets the map for the server",
|
"Description":"Semi-colon separated list of maps to load on the server. \"Muldraugh, KY\" should be last in the list",
|
||||||
"Keywords":"map",
|
"Keywords":"map",
|
||||||
"FieldName":"Map",
|
"FieldName":"Map",
|
||||||
"InputType":"text",
|
"InputType":"text",
|
||||||
@ -269,6 +269,7 @@
|
|||||||
"ParamFieldName":"Map",
|
"ParamFieldName":"Map",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"Muldraugh, KY",
|
"DefaultValue":"Muldraugh, KY",
|
||||||
|
"Placeholder":"RavenCreek;BedfordFalls;Muldraugh, KY",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user