From dc22b23779dd3aab085ad16063578dd9ec063316 Mon Sep 17 00:00:00 2001 From: MollTheCoder Date: Sun, 2 Jul 2023 11:28:02 -0400 Subject: [PATCH] I'll fix libhooktick.js later... Adds a message noting the mod's broken-ness --- mods/libhooktick.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/libhooktick.js b/mods/libhooktick.js index 8617a4dd..479bc24e 100644 --- a/mods/libhooktick.js +++ b/mods/libhooktick.js @@ -1,3 +1,4 @@ +alert("The mod libhooktick.js is currently broken at the moment. Please blame MollTheCoder."); let __registeredTickCallbacks = []; window.addEventListener("load", ()=>{ clearInterval(tickInterval);