fix: health timer resetting due to incompatible code

This commit is contained in:
2025-06-10 08:28:32 -07:00
parent d9a89e143a
commit 53cfd4789e

View File

@@ -401,9 +401,6 @@
}
}).always(function()
{
timerDelayMS = parseInt(timerUptime);
timerStartMS = Date.now();
setTimeout(function()
{
runUptime();