Add LAN Mode

Added the LAN Mode startup flag for servers without internet.
This commit is contained in:
James Manker
2022-06-05 17:00:26 -05:00
parent 51d16807cf
commit 09110eabba
2 changed files with 17 additions and 1 deletions

View File

@ -95,6 +95,22 @@
"EnumValues": {},
"Hidden": true
},
{
"DisplayName": "LAN Mode",
"Category": "Host Settings",
"Description": "Use this setting for a server without internet connectivity. The LAN Mode check box must also be checked in-game when connecting.",
"Keywords": "lan,mode",
"FieldName": "LanMode",
"InputType": "checkbox",
"DefaultValue": "",
"IsFlagArgument": false,
"ParamFieldName": "LanMode",
"IncludeInCommandLine": false,
"EnumValues": {
"False": "",
"True": "-lan"
}
},
{
"DisplayName": "Max Connected Users",
"Category": "Host Settings",