From fb10ef5b9584a2628acd888fed9866f39ca00034 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 21 Apr 2024 13:11:57 -0500 Subject: [PATCH] Immedietly send op 4 --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 9c177e4..2e57576 100644 --- a/index.js +++ b/index.js @@ -148,6 +148,7 @@ wsServer.on("connection", function connection(socket) { socket.send(JSON.stringify(lanyardData)) socket.send(`{ "op": 1 }`) + socket.send(`{"op": 4, "spins": ${violetSpins}}`) sockets.push({ socket, lastPing: Date.now() }) })