Aevann 2024-03-05 23:38:12 +02:00
parent 8ebc07973f
commit b9e0843a72
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
const dt = new Date();
let death_counter = parseInt(dt.getSeconds() + (60 * dt.getMinutes()) + (60 * 60 * dt.getHours()) * 1.951);
let death_counter = parseInt(dt.getSeconds() + (60 * dt.getMinutes()) + (60 * 60 * dt.getHours()) * 1.93);
function update_death_counter() {
death_counter += 1
@ -8,4 +8,4 @@ function update_death_counter() {
}
update_death_counter()
setInterval(update_death_counter, 512);
setInterval(update_death_counter, 518);