Update 7D2D Network Option (#202)
Sets the disabled network option to "None" by default instead of SteamNetworking, which is what the devs default to. This causes more headaches than it helps.
This commit is contained in:
@ -133,7 +133,7 @@
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"/ServerSettings/property[@name='ServerDisabledNetworkProtocols']/@value",
|
||||
"IncludeInCommandLine":false,
|
||||
"DefaultValue":"SteamNetworking",
|
||||
"DefaultValue":"",
|
||||
"EnumValues":{
|
||||
"": "None",
|
||||
"SteamNetworking": "SteamNetworking",
|
||||
|
Reference in New Issue
Block a user