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:
parent
d7464540d8
commit
040a554e95
@ -138,7 +138,7 @@
|
|||||||
"": "None",
|
"": "None",
|
||||||
"SteamNetworking": "SteamNetworking",
|
"SteamNetworking": "SteamNetworking",
|
||||||
"LiteNetLib": "LiteNetLib",
|
"LiteNetLib": "LiteNetLib",
|
||||||
"SteamNetworking,LiteNetLib": "Both"
|
"LiteNetLib,SteamNetworking": "Both"
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
"DisplayName":"Server Max World Transfer Speed",
|
"DisplayName":"Server Max World Transfer Speed",
|
||||||
@ -362,7 +362,7 @@
|
|||||||
"FieldName":"GameWorld",
|
"FieldName":"GameWorld",
|
||||||
"InputType":"text",
|
"InputType":"text",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"/ServerSettings/property[@name='SerGameWorlderName']/@value",
|
"ParamFieldName":"/ServerSettings/property[@name='GameWorld']/@value",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"Navezgane",
|
"DefaultValue":"Navezgane",
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
|
Loading…
Reference in New Issue
Block a user