From 2953d7139865daf3f1650e2d00067586445a34ee Mon Sep 17 00:00:00 2001 From: Suss <167750109+therealsuss@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:31:16 +1100 Subject: [PATCH] stickyslime.js warning --- mods/stickyslime.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mods/stickyslime.js diff --git a/mods/stickyslime.js b/mods/stickyslime.js new file mode 100644 index 00000000..b2bd6c63 --- /dev/null +++ b/mods/stickyslime.js @@ -0,0 +1,3 @@ +window.addEventListener("load",function() { + logMessage("stickyslime.js has been renamed. plz install stickystuff.js instead, as thats what it was renamed to.") +})