Update seven-days-to-dieconfig.json

Fixed:
-Formatting issues
-Disabled Network Protocols didn't set the right default due to two keys starting with the same value
-Game World had a typo in the ParamFieldName
This commit is contained in:
IceOfWraith 2022-07-04 11:28:14 -05:00 committed by GitHub
parent d7464540d8
commit 040a554e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@
"": "None",
"SteamNetworking": "SteamNetworking",
"LiteNetLib": "LiteNetLib",
"SteamNetworking,LiteNetLib": "Both"
"LiteNetLib,SteamNetworking": "Both"
}
},{
"DisplayName":"Server Max World Transfer Speed",
@ -362,7 +362,7 @@
"FieldName":"GameWorld",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='SerGameWorlderName']/@value",
"ParamFieldName":"/ServerSettings/property[@name='GameWorld']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"Navezgane",
"EnumValues":{}