diff --git a/mods/PatchForceHLSJS.js b/mods/PatchForceHLSJS.js index 3d7bd0a..7a57e11 100644 --- a/mods/PatchForceHLSJS.js +++ b/mods/PatchForceHLSJS.js @@ -16,11 +16,11 @@ export default JadefinIntegrity("PatchAndroidHLSJS", import.meta.url, () => new } get isEnabled() { - return this.storage.get("isEnabled", false); + return this.storage.get("isEnabled2", true); } set isEnabled(value) { - this.storage.set("isEnabled", value); + this.storage.set("isEnabled2", value); } async init(name, url) {