Update Terraria config

A minor typo was found in the Cheat Protection ParamFieldName that caused it to not merge.
This commit is contained in:
IceOfWraith 2022-03-23 12:27:52 -05:00 committed by GitHub
parent e318c423f6
commit 5baa949035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@
"Keywords": "security cheat cheats auto kick spam",
"Description": "Enable/Disable additional cheat protection. This may cause unwanted automatic kicks",
"FieldName": "Secure",
"ParamFieldName": "Secure",
"ParamFieldName": "secure",
"InputType": "checkbox",
"IncludeInCommandLine": false,
"EnumValues": {
@ -485,4 +485,4 @@
"IncludeInCommandLine": false,
"DefaultValue": "2"
}
]
]