mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 03:35:42 -04:00
fix: health timer resetting due to incompatible code
This commit is contained in:
@@ -401,9 +401,6 @@
|
||||
}
|
||||
}).always(function()
|
||||
{
|
||||
timerDelayMS = parseInt(timerUptime);
|
||||
timerStartMS = Date.now();
|
||||
|
||||
setTimeout(function()
|
||||
{
|
||||
runUptime();
|
||||
|
||||
Reference in New Issue
Block a user