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",
"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",
"FieldName":"Map",
"InputType":"text",
@ -269,6 +269,7 @@
"ParamFieldName":"Map",
"IncludeInCommandLine":false,
"DefaultValue":"Muldraugh, KY",
"Placeholder":"RavenCreek;BedfordFalls;Muldraugh, KY",
"EnumValues":{}
},
{