bootstrap: remove force-cache

pull/83/head
CanadaHonk 2 years ago
parent afd62cc8c0
commit 4d534814d6

@ -22,7 +22,7 @@ const init = async () => {
console.log('[GooseMod Bootstrap]', 'Found locale', locale);
// eval(await (await fetch(`http://localhost:1234/goosemod.${locale}.js`)).text());
eval(await (await fetch(`https://raw.githubusercontent.com/GooseMod/GooseMod/dist-dev/goosemod.${locale}.js?_<buildtime>`, { cache: 'force-cache' })).text());
eval(await (await fetch(`https://raw.githubusercontent.com/GooseMod/GooseMod/dist-dev/goosemod.${locale}.js?_<buildtime>`)).text());
};
init();

Loading…
Cancel
Save