mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Masterserver uptime fix
This commit is contained in:
parent
2e89209cf1
commit
6f44492238
2 changed files with 3 additions and 2 deletions
|
@ -19,6 +19,7 @@ function humanTime(seconds) {
|
|||
return (seconds / conv[i]).toFixed(1) + i;
|
||||
}
|
||||
}
|
||||
return seconds + 's';
|
||||
}
|
||||
|
||||
function escapeHTML(str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue