diff --git a/CookieMonster.user.js b/CookieMonster.user.js index 6734c35..f396724 100644 --- a/CookieMonster.user.js +++ b/CookieMonster.user.js @@ -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);