From 6893f5f78abe9fe11dacc22270b47120c241bef5 Mon Sep 17 00:00:00 2001 From: cay Date: Mon, 6 Apr 2026 13:56:50 +0100 Subject: [PATCH] aetjaet --- public/js/quickmenu/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/quickmenu/events.js b/public/js/quickmenu/events.js index b1d081a..bc624e2 100644 --- a/public/js/quickmenu/events.js +++ b/public/js/quickmenu/events.js @@ -197,7 +197,7 @@ export async function loadEvents() { if (!allCards.length || slotLocked[index]) return; const rnd = allCards[Math.floor(Math.random() * allCards.length)]; inner.innerHTML = cardHTML(rnd, true); - }, 350); + }, 150); spinIntervals[index] = iv; }