Removed Regex

There are no log items for user join/leave/chat.
This commit is contained in:
James Manker
2022-02-19 02:11:29 -06:00
parent 332e2afc92
commit e74a81926b
2 changed files with 29 additions and 5 deletions

View File

@@ -155,5 +155,29 @@
"IncludeInCommandLine": false,
"DefaultValue": "Mods",
"EnumValues": {}
},
{
"DisplayName": "GAMEPORT",
"Category": "Server Settings",
"Description": "",
"Keywords": "",
"FieldName": "$ApplicationPort1",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "SERVER.GAMEPORT",
"IncludeInCommandLine": false,
"DefaultValue": "27500"
},
{
"DisplayName": "UPDATERPORT",
"Category": "Server Settings",
"Description": "",
"Keywords": "",
"FieldName": "$ApplicationPort2",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "SERVER.UPDATERPORT",
"IncludeInCommandLine": false,
"DefaultValue": "27015"
}
]