From 9f4f3e7a5b13f3a8f41a73d9152a74affa773e7e Mon Sep 17 00:00:00 2001 From: "first@lynx.com" Date: Tue, 23 Jun 2026 18:15:08 -0400 Subject: [PATCH] oopsie --- sw.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sw.js b/sw.js index b5a08dc..7f1745d 100644 --- a/sw.js +++ b/sw.js @@ -7,8 +7,7 @@ let localStorageData = { disableCDN: true, }; // yandere sim big files, cuphead, ddlc assets, renpy, renpy, buckshot roulette, half life, undertale & deltarune, hollow knight -let c/",acheable_files = ["YandereSim.data", "cuphead/Build/Build.data.unityweb.", "/ddlc/game "/ddlcplus/game/", "/co09/game/", "/co09flipside/game/", "/co09reup/game/", "renpy.data", "game.zip", "buckshot-roulette.pck", "halva_en-", "game.unx", "bog.data", "FTFHAPort.data.unityweb", "Content.tar.part", "thats-not-my-neighbor.pck", ".unityweb", "index.data.path"]; - +let cacheable_files = ["YandereSim.data", "cuphead/Build/Build.data.unityweb.", "/ddlc/game/", "/ddlcplus/game/", "/co09/game/", "/co09flipside/game/", "/co09reup/game/", "renpy.data", "game.zip", "buckshot-roulette.pck", "halva_en-", "game.unx", "bog.data", "FTFHAPort.data.unityweb", "Content.tar.part", "thats-not-my-neighbor.pck", ".unityweb", "index.data.path"]; self.addEventListener("message", e => { if (e.data && e.data.type == "localStorage") { localStorageData = e.data;