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:
IceOfWraith 2022-09-28 22:18:50 -05:00 committed by GitHub
parent a03d6393f7
commit fa8a6d6f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerDisabledNetworkProtocols']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"SteamNetworking",
"DefaultValue":"",
"EnumValues":{
"": "None",
"SteamNetworking": "SteamNetworking",