[Bootstrap] Revert accidental change

pull/55/head
Oj18 3 years ago
parent 0c32574629
commit d3dfcdb9a7

@ -10,8 +10,8 @@ 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(`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());
};
init();

Loading…
Cancel
Save