Skip to content

Commit

Permalink
⬆️ Update options schema with information for miscSettings.deleteUntr…
Browse files Browse the repository at this point in the history
…adableJunk
  • Loading branch information
carloslbello committed Apr 24, 2022
1 parent bd16a12 commit 06cb685
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/schemas/options-json/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@ export const optionsSchema: jsonschema.Schema = {
},
required: ['customTexture'], // 'giftedByTag'
additionalProperties: false
},
deleteUntradableJunk: {
$ref: '#/definitions/only-enable'
}
},
required: [
Expand All @@ -444,7 +447,8 @@ export const optionsSchema: jsonschema.Schema = {
'weaponsAsCurrency',
'checkUses',
'game',
'alwaysRemoveItemAttributes'
'alwaysRemoveItemAttributes',
'deleteUntradableJunk'
],
additionalProperties: false
},
Expand Down

0 comments on commit 06cb685

Please sign in to comment.