Update Terraria config
A minor typo was found in the Cheat Protection ParamFieldName that caused it to not merge.
This commit is contained in:
parent
e318c423f6
commit
5baa949035
@ -225,7 +225,7 @@
|
|||||||
"Keywords": "security cheat cheats auto kick spam",
|
"Keywords": "security cheat cheats auto kick spam",
|
||||||
"Description": "Enable/Disable additional cheat protection. This may cause unwanted automatic kicks",
|
"Description": "Enable/Disable additional cheat protection. This may cause unwanted automatic kicks",
|
||||||
"FieldName": "Secure",
|
"FieldName": "Secure",
|
||||||
"ParamFieldName": "Secure",
|
"ParamFieldName": "secure",
|
||||||
"InputType": "checkbox",
|
"InputType": "checkbox",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"EnumValues": {
|
"EnumValues": {
|
||||||
@ -485,4 +485,4 @@
|
|||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"DefaultValue": "2"
|
"DefaultValue": "2"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user