From 32b7bfc2c9bb03685a1b8624a3cd3d1230de2225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Sun, 2 May 2021 09:32:14 +0200 Subject: [PATCH] Update userscript for new repository --- CookieMonster.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);