Immedietly send op 4

This commit is contained in:
bingus_violet 2024-04-21 13:11:57 -05:00
parent 252faa8188
commit fb10ef5b95

View file

@ -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() })
})