Project Zomboid: clarify maps setting in UI

This commit is contained in:
Greelan 2022-04-29 21:04:19 +10:00 committed by GitHub
parent b37a2ef374
commit c9402a484b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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":{}
}, },
{ {