Spin Counter fixes
This commit is contained in:
parent
50ea2225a6
commit
dcf99afbe6
2 changed files with 3 additions and 4 deletions
|
@ -78,7 +78,8 @@ function spinLoop() {
|
|||
}
|
||||
spins += 1/spinSpeed / spinFactor
|
||||
if (Math.floor(spins) != lastSent && sock && sock.OPEN) {
|
||||
$(".globalSpins").innerHTML = globalSpins + 1
|
||||
console.log("RAH")
|
||||
$(".globalSpins").text(globalSpins + 1)
|
||||
lastSent = Math.floor(spins)
|
||||
// resetPFP()
|
||||
sock.send(`{"op": 4}`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue