diff --git a/seven-days-to-dieconfig.json b/seven-days-to-dieconfig.json index b5354f5..821a0da 100644 --- a/seven-days-to-dieconfig.json +++ b/seven-days-to-dieconfig.json @@ -108,7 +108,7 @@ "EnumValues":{}, "Hidden": true },{ - "DisplayName":"ServerVisibility", + "DisplayName":"Server Visibility", "Category":"Server Settings", "Description":"As you are never a friend of a dedicated server, setting this to \"Only shown to friends\" will only work when the first player connects manually by IP.", "Keywords":"Server,Visibility", @@ -138,7 +138,7 @@ "": "None", "SteamNetworking": "SteamNetworking", "LiteNetLib": "LiteNetLib", - "SteamNetworking,LiteNetLib": "Both" + "LiteNetLib,SteamNetworking": "Both" } },{ "DisplayName":"Server Max World Transfer Speed", @@ -355,14 +355,14 @@ "EnumValues":{}, "Suffix": "chunks" },{ - "DisplayName":"GameWorld", + "DisplayName":"Game World", "Category":"Gameplay Settings", "Description":"\"RWG\" (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with: \"Navezgane\", \"PREGEN6k\", \"PREGEN8k\", \"PREGEN10k\").", "Keywords":"Game,World", "FieldName":"GameWorld", "InputType":"text", "IsFlagArgument":false, - "ParamFieldName":"/ServerSettings/property[@name='SerGameWorlderName']/@value", + "ParamFieldName":"/ServerSettings/property[@name='GameWorld']/@value", "IncludeInCommandLine":false, "DefaultValue":"Navezgane", "EnumValues":{} @@ -1134,4 +1134,4 @@ "True": "true" } } -] \ No newline at end of file +]