1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Masterserver uptime fix

This commit is contained in:
proller
2013-11-05 21:17:33 +04:00
parent 2e89209cf1
commit 6f44492238
2 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ function humanTime(seconds) {
return (seconds / conv[i]).toFixed(1) + i;
}
}
return seconds + 's';
}
function escapeHTML(str) {