From c65d704ac598365139ab3303485b47b8523f29a2 Mon Sep 17 00:00:00 2001 From: MollTheCoder Date: Sun, 2 Jul 2023 11:33:55 -0400 Subject: [PATCH] It's actually already fixed libhooktick.js It's actually already been fixed, I just needed to clear my cache. Thus, this PR removes the message stating the mod's broken-ness. --- mods/libhooktick.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/libhooktick.js b/mods/libhooktick.js index 479bc24e..8617a4dd 100644 --- a/mods/libhooktick.js +++ b/mods/libhooktick.js @@ -1,4 +1,3 @@ -alert("The mod libhooktick.js is currently broken at the moment. Please blame MollTheCoder."); let __registeredTickCallbacks = []; window.addEventListener("load", ()=>{ clearInterval(tickInterval);