Skip to content

Commit

Permalink
Update moduleps.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTheKittyCat committed Feb 19, 2023
1 parent 42d8de5 commit 48d72b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleps.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function checkIfSettingsExists() {
if (changedModules[m] === "module-presets") changedModules[m] = true
})

const OnlyPresetModule = { title: "Only Presets Module", id: "Only Preset", content: modules, stringified }
const OnlyPresetModule = { title: "Only Presets Module", id: "Only Preset", content: changedModules, stringified }



Expand Down

0 comments on commit 48d72b8

Please sign in to comment.