Add LAN Mode
Added the LAN Mode startup flag for servers without internet.
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user