Skip to content

Commit

Permalink
contains -> incluides
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Aug 17, 2024
1 parent 8a004e6 commit fdea4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/settingsMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ export function displaySettingsMenu(isWorld) {
}

function checkboxHasHoverImage(category) {
return ["dispostion", "health-percent", "level-diff"].contains(category);
return ["dispostion", "health-percent", "level-diff"].includes(category);
}

0 comments on commit fdea4af

Please sign in to comment.