Remove keywords from hidden settings (#339)

This commit is contained in:
Greelan 2023-04-18 23:09:31 +10:00 committed by GitHub
parent 89f8caf334
commit 02a5dac209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
"DisplayName": "Port",
"Category": "Host Settings",
"Description": "UDP port for game traffic",
"Keywords": "game,port",
"Keywords": "",
"FieldName": "$ApplicationPort1",
"InputType": "number",
"IsFlagArgument": false,
@ -44,7 +44,7 @@
"DisplayName": "Query Port",
"Category": "Host Settings",
"Description": "UDP port for Steam server list features",
"Keywords": "query,port",
"Keywords": "",
"FieldName": "$ApplicationPort2",
"InputType": "number",
"IsFlagArgument": false,
@ -58,7 +58,7 @@
"DisplayName": "RCON Port",
"Category": "Host Settings",
"Description": "TCP port for RCON",
"Keywords": "rcon,port",
"Keywords": "",
"FieldName": "$RemoteAdminPort",
"InputType": "number",
"IsFlagArgument": false,
@ -72,7 +72,7 @@
"DisplayName": "RCON Enabled",
"Category": "Host Settings",
"Description": "RCON Enabled to allow Console input",
"Keywords": "rcon,enabled",
"Keywords": "",
"FieldName": "RconEnabled",
"InputType": "text",
"IsFlagArgument": false,