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:
@@ -19,6 +19,7 @@ function humanTime(seconds) {
|
||||
return (seconds / conv[i]).toFixed(1) + i;
|
||||
}
|
||||
}
|
||||
return seconds + 's';
|
||||
}
|
||||
|
||||
function escapeHTML(str) {
|
||||
|
Reference in New Issue
Block a user