Update userscript for new repository

This commit is contained in:
Daniël van Noord
2021-05-02 09:32:14 +02:00
parent e66ecb2be5
commit 32b7bfc2c9

View File

@@ -7,7 +7,7 @@ const readyCheck = setInterval(() => {
const Game = unsafeWindow.Game;
if (typeof Game !== 'undefined' && typeof Game.ready !== 'undefined' && Game.ready) {
Game.LoadMod('https://aktanusa.github.io/CookieMonster/CookieMonster.js');
Game.LoadMod('https://cookiemonsterteam.github.io/CookieMonster/dist/CookieMonster.js');
clearInterval(readyCheck);
}
}, 1000);