Private
Public Access
1
0

better deploy
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
Sebastian Unterschütz
2025-11-27 19:42:08 +01:00
parent df9c3e4b76
commit 0412168c4e
11 changed files with 322 additions and 117 deletions

View File

@@ -42,6 +42,13 @@ async function sendChunk() {
}
}
// Sync Spawning Timer
if (data.nextSpawnTick) {
if (Math.abs(nextSpawnTick - data.nextSpawnTick) > 5) {
nextSpawnTick = data.nextSpawnTick;
}
}
}
if (data.status === "dead") {